diff options
Diffstat (limited to 'include/linux/quota.h')
-rw-r--r-- | include/linux/quota.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/quota.h b/include/linux/quota.h index 78a98821f9d0..3434eef2a5aa 100644 --- a/include/linux/quota.h +++ b/include/linux/quota.h | |||
@@ -520,7 +520,6 @@ static inline void quota_send_warning(struct kqid qid, dev_t dev, | |||
520 | struct quota_info { | 520 | struct quota_info { |
521 | unsigned int flags; /* Flags for diskquotas on this device */ | 521 | unsigned int flags; /* Flags for diskquotas on this device */ |
522 | struct mutex dqio_mutex; /* lock device while I/O in progress */ | 522 | struct mutex dqio_mutex; /* lock device while I/O in progress */ |
523 | struct mutex dqonoff_mutex; /* Serialize quotaon & quotaoff */ | ||
524 | struct inode *files[MAXQUOTAS]; /* inodes of quotafiles */ | 523 | struct inode *files[MAXQUOTAS]; /* inodes of quotafiles */ |
525 | struct mem_dqinfo info[MAXQUOTAS]; /* Information for each quota type */ | 524 | struct mem_dqinfo info[MAXQUOTAS]; /* Information for each quota type */ |
526 | const struct quota_format_ops *ops[MAXQUOTAS]; /* Operations for each type */ | 525 | const struct quota_format_ops *ops[MAXQUOTAS]; /* Operations for each type */ |