diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/quota.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/quota.h b/include/linux/quota.h index dcddfb200947..6f1d97ddf828 100644 --- a/include/linux/quota.h +++ b/include/linux/quota.h | |||
@@ -224,8 +224,6 @@ struct super_block; | |||
224 | 224 | ||
225 | extern void mark_info_dirty(struct super_block *sb, int type); | 225 | extern void mark_info_dirty(struct super_block *sb, int type); |
226 | #define info_dirty(info) test_bit(DQF_INFO_DIRTY_B, &(info)->dqi_flags) | 226 | #define info_dirty(info) test_bit(DQF_INFO_DIRTY_B, &(info)->dqi_flags) |
227 | #define info_any_dquot_dirty(info) (!list_empty(&(info)->dqi_dirty_list)) | ||
228 | #define info_any_dirty(info) (info_dirty(info) || info_any_dquot_dirty(info)) | ||
229 | 227 | ||
230 | #define sb_dqopt(sb) (&(sb)->s_dquot) | 228 | #define sb_dqopt(sb) (&(sb)->s_dquot) |
231 | #define sb_dqinfo(sb, type) (sb_dqopt(sb)->info+(type)) | 229 | #define sb_dqinfo(sb, type) (sb_dqopt(sb)->info+(type)) |