diff options
Diffstat (limited to 'fs/btrfs/inode.c')
-rw-r--r-- | fs/btrfs/inode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/inode.c b/fs/btrfs/inode.c index 65413394daef..5cc64ab9c485 100644 --- a/fs/btrfs/inode.c +++ b/fs/btrfs/inode.c | |||
@@ -2321,7 +2321,7 @@ int btrfs_orphan_cleanup(struct btrfs_root *root) | |||
2321 | 2321 | ||
2322 | /* | 2322 | /* |
2323 | * if ret == 0 means we found what we were searching for, which | 2323 | * if ret == 0 means we found what we were searching for, which |
2324 | * is weird, but possible, so only screw with path if we didnt | 2324 | * is weird, but possible, so only screw with path if we didn't |
2325 | * find the key and see if we have stuff that matches | 2325 | * find the key and see if we have stuff that matches |
2326 | */ | 2326 | */ |
2327 | if (ret > 0) { | 2327 | if (ret > 0) { |