diff options
author | Jan Kara <jack@suse.cz> | 2009-01-26 10:01:43 -0500 |
---|---|---|
committer | Jan Kara <jack@suse.cz> | 2009-03-25 21:18:35 -0400 |
commit | dd6f3c6d5a26a282521f15a183fdc2d6f35cfa0f (patch) | |
tree | bf10e23743f9399c7c36c0137356df1b14affc3e /include/linux/quota.h | |
parent | c516610cfec5c50f84ff8cc315628548481f4990 (diff) |
quota: Remove NODQUOT macro
Remove this macro which is just a definition of NULL. Fix a few coding style
issues along the way.
Signed-off-by: Jan Kara <jack@suse.cz>
Diffstat (limited to 'include/linux/quota.h')
-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 a510d91561f4..78c48895b12a 100644 --- a/include/linux/quota.h +++ b/include/linux/quota.h | |||
@@ -277,8 +277,6 @@ struct dquot { | |||
277 | struct mem_dqblk dq_dqb; /* Diskquota usage */ | 277 | struct mem_dqblk dq_dqb; /* Diskquota usage */ |
278 | }; | 278 | }; |
279 | 279 | ||
280 | #define NODQUOT (struct dquot *)NULL | ||
281 | |||
282 | #define QUOTA_OK 0 | 280 | #define QUOTA_OK 0 |
283 | #define NO_QUOTA 1 | 281 | #define NO_QUOTA 1 |
284 | 282 | ||