diff options
author | Sage Weil <sage@newdream.net> | 2010-08-03 13:25:11 -0400 |
---|---|---|
committer | Sage Weil <sage@newdream.net> | 2010-08-03 13:25:11 -0400 |
commit | 213c99ee0cf17ff0fbffb6fb540bd29615cd19d5 (patch) | |
tree | 168f72ba71feff5bf24707be622135b1016cdff5 /fs/ceph/file.c | |
parent | 40819f6fb227c1832935b775ac22aef10aa6f6dd (diff) |
ceph: whitespace cleanup
Signed-off-by: Sage Weil <sage@newdream.net>
Diffstat (limited to 'fs/ceph/file.c')
-rw-r--r-- | fs/ceph/file.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ceph/file.c b/fs/ceph/file.c index e850e63f9563..8c044a4f0457 100644 --- a/fs/ceph/file.c +++ b/fs/ceph/file.c | |||
@@ -665,7 +665,7 @@ more: | |||
665 | * throw out any page cache pages in this range. this | 665 | * throw out any page cache pages in this range. this |
666 | * may block. | 666 | * may block. |
667 | */ | 667 | */ |
668 | truncate_inode_pages_range(inode->i_mapping, pos, | 668 | truncate_inode_pages_range(inode->i_mapping, pos, |
669 | (pos+len) | (PAGE_CACHE_SIZE-1)); | 669 | (pos+len) | (PAGE_CACHE_SIZE-1)); |
670 | } else { | 670 | } else { |
671 | pages = ceph_alloc_page_vector(num_pages, GFP_NOFS); | 671 | pages = ceph_alloc_page_vector(num_pages, GFP_NOFS); |