diff options
author | Marek BehĂșn | 2017-10-06 15:04:59 +0200 |
---|---|---|
committer | Tom Rini | 2017-10-16 09:42:51 -0400 |
commit | 733d963e3b3e39fd49a9090b3f29ad0dafd2277d (patch) | |
tree | 69e8fc7cafd4bbecd38fd84e008d3112767681ae /fs | |
parent | ecab881c7fcd7484420b6aa15b0f748458640191 (diff) |
fs: btrfs: Remove a foreign language note
I accidentaly left a foreign language note in the code from development.
Signed-off-by: Marek Behun <marek.behun@nic.cz>
Diffstat (limited to 'fs')
-rw-r--r-- | fs/btrfs/inode.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/btrfs/inode.c b/fs/btrfs/inode.c index 0af04278a3c..f785b600fac 100644 --- a/fs/btrfs/inode.c +++ b/fs/btrfs/inode.c @@ -210,7 +210,6 @@ static inline const char *skip_current_directories(const char *cur) return cur; } -/* inode.c, musi vratit aj root stromu kde sa inoda najde */ u64 btrfs_lookup_path(struct btrfs_root *root, u64 inr, const char *path, u8 *type_p, struct btrfs_inode_item *inode_item_p, int symlink_limit) |