Whamcloud - gitweb
LU-6142 lustre: change super/file/inode operations to const
[fs/lustre-release.git] / lustre / quota / lproc_quota.c
index 977079f..de78fd4 100644 (file)
@@ -352,7 +352,7 @@ static int lprocfs_quota_seq_release(struct inode *inode, struct file *file)
        return seq_release(inode, file);
 }
 
-struct file_operations lprocfs_quota_seq_fops = {
+const struct file_operations lprocfs_quota_seq_fops = {
        .owner          = THIS_MODULE,
        .open           = lprocfs_quota_seq_open,
        .read           = seq_read,