X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=fs%2Fhpfs%2Ffile.c;h=b4eafc0f1e54b40007b9831a6661012cfaa0ebe0;hb=5bc65793cbf8da0d35f19ef025dda22887e79e80;hp=fb4c8915010a4a99c9daf905f58522026b37895c;hpb=3be11c8f4f2fa194834c2e83540f34da442b8977;p=karo-tx-linux.git diff --git a/fs/hpfs/file.c b/fs/hpfs/file.c index fb4c8915010a..b4eafc0f1e54 100644 --- a/fs/hpfs/file.c +++ b/fs/hpfs/file.c @@ -132,7 +132,7 @@ const struct file_operations hpfs_file_ops = .sendfile = generic_file_sendfile, }; -struct inode_operations hpfs_file_iops = +const struct inode_operations hpfs_file_iops = { .truncate = hpfs_truncate, .setattr = hpfs_notify_change,