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 288c2cdc7543..2bb65e9b1448 100644 --- a/fs/btrfs/inode.c +++ b/fs/btrfs/inode.c | |||
@@ -3263,7 +3263,7 @@ skip: | |||
3263 | 3263 | ||
3264 | /* Reached end of directory/root. Bump pos past the last item. */ | 3264 | /* Reached end of directory/root. Bump pos past the last item. */ |
3265 | if (key_type == BTRFS_DIR_INDEX_KEY) | 3265 | if (key_type == BTRFS_DIR_INDEX_KEY) |
3266 | filp->f_pos = INT_LIMIT(typeof(filp->f_pos)); | 3266 | filp->f_pos = INT_LIMIT(off_t); |
3267 | else | 3267 | else |
3268 | filp->f_pos++; | 3268 | filp->f_pos++; |
3269 | nopos: | 3269 | nopos: |