diff options
Diffstat (limited to 'fs/btrfs')
-rw-r--r-- | fs/btrfs/inode.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/btrfs/inode.c b/fs/btrfs/inode.c index f265f413acba..477e64a1146f 100644 --- a/fs/btrfs/inode.c +++ b/fs/btrfs/inode.c | |||
@@ -6776,6 +6776,7 @@ bool btrfs_page_exists_in_range(struct inode *inode, loff_t start, loff_t end) | |||
6776 | * here as an exceptional entry: so return it without | 6776 | * here as an exceptional entry: so return it without |
6777 | * attempting to raise page count. | 6777 | * attempting to raise page count. |
6778 | */ | 6778 | */ |
6779 | page = NULL; | ||
6779 | break; /* TODO: Is this relevant for this use case? */ | 6780 | break; /* TODO: Is this relevant for this use case? */ |
6780 | } | 6781 | } |
6781 | 6782 | ||