提交 77783d06 编写于 作者: J Jan Kara 提交者: Dave Chinner

mm: Fix comment before truncate_setsize()

XFS doesn't always hold i_mutex when calling truncate_setsize() and it
uses a different lock to serialize truncates and writes. So fix the
comment before truncate_setsize().
Reported-by: NJan Beulich <JBeulich@suse.com>
Signed-off-by: NJan Kara <jack@suse.cz>
Signed-off-by: NDave Chinner <david@fromorbit.com>
上级 5d11fb4b
...@@ -715,8 +715,9 @@ EXPORT_SYMBOL(truncate_pagecache); ...@@ -715,8 +715,9 @@ EXPORT_SYMBOL(truncate_pagecache);
* necessary) to @newsize. It will be typically be called from the filesystem's * necessary) to @newsize. It will be typically be called from the filesystem's
* setattr function when ATTR_SIZE is passed in. * setattr function when ATTR_SIZE is passed in.
* *
* Must be called with inode_mutex held and before all filesystem specific * Must be called with a lock serializing truncates and writes (generally
* block truncation has been performed. * i_mutex but e.g. xfs uses a different lock) and before all filesystem
* specific block truncation has been performed.
*/ */
void truncate_setsize(struct inode *inode, loff_t newsize) void truncate_setsize(struct inode *inode, loff_t newsize)
{ {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册