X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=fs%2Fhpfs%2Ffile.c;h=64ab52259204b24f20aa356d60ab73b1df982346;hb=5292ae11babca23c3ff82593630d2d7eebc350a9;hp=be8be5040e073f81b4e31ad10d119824bbe8f457;hpb=ebc283118ee448dcb6e6cae74a8a43f17a1ccc3f;p=mv-sheeva.git diff --git a/fs/hpfs/file.c b/fs/hpfs/file.c index be8be5040e0..64ab5225920 100644 --- a/fs/hpfs/file.c +++ b/fs/hpfs/file.c @@ -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, };