diff options
Diffstat (limited to 'mm/truncate.c')
-rw-r--r-- | mm/truncate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/truncate.c b/mm/truncate.c index b1a463d0fe71..6cb3fff25f67 100644 --- a/mm/truncate.c +++ b/mm/truncate.c | |||
@@ -196,7 +196,7 @@ EXPORT_SYMBOL(truncate_inode_pages_range); | |||
196 | * @mapping: mapping to truncate | 196 | * @mapping: mapping to truncate |
197 | * @lstart: offset from which to truncate | 197 | * @lstart: offset from which to truncate |
198 | * | 198 | * |
199 | * Called under (and serialised by) inode->i_sem. | 199 | * Called under (and serialised by) inode->i_mutex. |
200 | */ | 200 | */ |
201 | void truncate_inode_pages(struct address_space *mapping, loff_t lstart) | 201 | void truncate_inode_pages(struct address_space *mapping, loff_t lstart) |
202 | { | 202 | { |