aboutsummaryrefslogtreecommitdiff
path: root/include/linux/quota.h
diff options
context:
space:
mode:
authorJan Kara <jack@suse.cz>2009-01-26 16:01:43 +0100
committerJan Kara <jack@suse.cz>2009-03-26 02:18:35 +0100
commitdd6f3c6d5a26a282521f15a183fdc2d6f35cfa0f (patch)
treebf10e23743f9399c7c36c0137356df1b14affc3e /include/linux/quota.h
parentc516610cfec5c50f84ff8cc315628548481f4990 (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.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/quota.h b/include/linux/quota.h
index a510d91561f..78c48895b12 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