remove inode_setattr
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / fs / ntfs / inode.c
index 4b57fb1eac2abe5a1e90d462c9febc8b1d6169d0..fdef8f729c3ada2b0ee514986820d84ddd6ffab6 100644 (file)
@@ -2879,9 +2879,6 @@ void ntfs_truncate_vfs(struct inode *vi) {
  *
  * Called with ->i_mutex held.  For the ATTR_SIZE (i.e. ->truncate) case, also
  * called with ->i_alloc_sem held for writing.
- *
- * Basically this is a copy of generic notify_change() and inode_setattr()
- * functionality, except we intercept and abort changes in i_size.
  */
 int ntfs_setattr(struct dentry *dentry, struct iattr *attr)
 {