aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/io.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/nfs/io.c')
-rw-r--r--fs/nfs/io.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/fs/nfs/io.c b/fs/nfs/io.c
index 9034b4926909..5088fda9b453 100644
--- a/fs/nfs/io.c
+++ b/fs/nfs/io.c
@@ -25,7 +25,7 @@ static void nfs_block_o_direct(struct nfs_inode *nfsi, struct inode *inode)
25 25
26/** 26/**
27 * nfs_start_io_read - declare the file is being used for buffered reads 27 * nfs_start_io_read - declare the file is being used for buffered reads
28 * @inode - file inode 28 * @inode: file inode
29 * 29 *
30 * Declare that a buffered read operation is about to start, and ensure 30 * Declare that a buffered read operation is about to start, and ensure
31 * that we block all direct I/O. 31 * that we block all direct I/O.
@@ -56,7 +56,7 @@ nfs_start_io_read(struct inode *inode)
56 56
57/** 57/**
58 * nfs_end_io_read - declare that the buffered read operation is done 58 * nfs_end_io_read - declare that the buffered read operation is done
59 * @inode - file inode 59 * @inode: file inode
60 * 60 *
61 * Declare that a buffered read operation is done, and release the shared 61 * Declare that a buffered read operation is done, and release the shared
62 * lock on inode->i_rwsem. 62 * lock on inode->i_rwsem.
@@ -69,7 +69,7 @@ nfs_end_io_read(struct inode *inode)
69 69
70/** 70/**
71 * nfs_start_io_write - declare the file is being used for buffered writes 71 * nfs_start_io_write - declare the file is being used for buffered writes
72 * @inode - file inode 72 * @inode: file inode
73 * 73 *
74 * Declare that a buffered read operation is about to start, and ensure 74 * Declare that a buffered read operation is about to start, and ensure
75 * that we block all direct I/O. 75 * that we block all direct I/O.
@@ -83,7 +83,7 @@ nfs_start_io_write(struct inode *inode)
83 83
84/** 84/**
85 * nfs_end_io_write - declare that the buffered write operation is done 85 * nfs_end_io_write - declare that the buffered write operation is done
86 * @inode - file inode 86 * @inode: file inode
87 * 87 *
88 * Declare that a buffered write operation is done, and release the 88 * Declare that a buffered write operation is done, and release the
89 * lock on inode->i_rwsem. 89 * lock on inode->i_rwsem.
@@ -105,7 +105,7 @@ static void nfs_block_buffered(struct nfs_inode *nfsi, struct inode *inode)
105 105
106/** 106/**
107 * nfs_end_io_direct - declare the file is being used for direct i/o 107 * nfs_end_io_direct - declare the file is being used for direct i/o
108 * @inode - file inode 108 * @inode: file inode
109 * 109 *
110 * Declare that a direct I/O operation is about to start, and ensure 110 * Declare that a direct I/O operation is about to start, and ensure
111 * that we block all buffered I/O. 111 * that we block all buffered I/O.
@@ -136,7 +136,7 @@ nfs_start_io_direct(struct inode *inode)
136 136
137/** 137/**
138 * nfs_end_io_direct - declare that the direct i/o operation is done 138 * nfs_end_io_direct - declare that the direct i/o operation is done
139 * @inode - file inode 139 * @inode: file inode
140 * 140 *
141 * Declare that a direct I/O operation is done, and release the shared 141 * Declare that a direct I/O operation is done, and release the shared
142 * lock on inode->i_rwsem. 142 * lock on inode->i_rwsem.