aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/read.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/nfs/read.c')
-rw-r--r--fs/nfs/read.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/read.c b/fs/nfs/read.c
index beff2769c5c5..c91a4799c562 100644
--- a/fs/nfs/read.c
+++ b/fs/nfs/read.c
@@ -269,7 +269,7 @@ int nfs_readpage(struct file *file, struct page *page)
269 dprintk("NFS: nfs_readpage (%p %ld@%lu)\n", 269 dprintk("NFS: nfs_readpage (%p %ld@%lu)\n",
270 page, PAGE_CACHE_SIZE, page_file_index(page)); 270 page, PAGE_CACHE_SIZE, page_file_index(page));
271 nfs_inc_stats(inode, NFSIOS_VFSREADPAGE); 271 nfs_inc_stats(inode, NFSIOS_VFSREADPAGE);
272 nfs_add_stats(inode, NFSIOS_READPAGES, 1); 272 nfs_inc_stats(inode, NFSIOS_READPAGES);
273 273
274 /* 274 /*
275 * Try to flush any pending writes to the file.. 275 * Try to flush any pending writes to the file..