[PATCH] hpfs: cleanup ->setattr
Reformat hpfs_notify_change to standard kernel style to make it readable and rename it to hpfs_setattr as that's what the method is called. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
committed by
Al Viro
parent
72e8264eda
commit
ca30bc9952
@@ -143,5 +143,5 @@ const struct file_operations hpfs_file_ops =
|
||||
const struct inode_operations hpfs_file_iops =
|
||||
{
|
||||
.truncate = hpfs_truncate,
|
||||
.setattr = hpfs_notify_change,
|
||||
.setattr = hpfs_setattr,
|
||||
};
|
||||
|
Reference in New Issue
Block a user