diff options
author | Jan Kara <jack@suse.cz> | 2009-01-26 16:01:43 +0100 |
---|---|---|
committer | Jan Kara <jack@suse.cz> | 2009-03-26 02:18:35 +0100 |
commit | dd6f3c6d5a26a282521f15a183fdc2d6f35cfa0f (patch) | |
tree | bf10e23743f9399c7c36c0137356df1b14affc3e /include/linux | |
parent | c516610cfec5c50f84ff8cc315628548481f4990 (diff) | |
download | blackbird-obmc-linux-dd6f3c6d5a26a282521f15a183fdc2d6f35cfa0f.tar.gz blackbird-obmc-linux-dd6f3c6d5a26a282521f15a183fdc2d6f35cfa0f.zip |
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')
-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 { struct mem_dqblk dq_dqb; /* Diskquota usage */ }; -#define NODQUOT (struct dquot *)NULL - #define QUOTA_OK 0 #define NO_QUOTA 1 |