diff options
author | Jan Kara <jack@suse.cz> | 2009-11-30 22:17:41 +0100 |
---|---|---|
committer | Jan Kara <jack@suse.cz> | 2009-12-10 15:02:53 +0100 |
commit | 30673930051e5203d0b826b8b8f2454cab453b94 (patch) | |
tree | 5778b88101593c21881d37bdd0f4d85ffb77a6ca /fs/ocfs2/quota.h | |
parent | 92e128884bf04fb155413a78f45be1d73dff75a7 (diff) | |
download | linux-stable-30673930051e5203d0b826b8b8f2454cab453b94.tar.gz linux-stable-30673930051e5203d0b826b8b8f2454cab453b94.tar.bz2 linux-stable-30673930051e5203d0b826b8b8f2454cab453b94.zip |
quota: Move definition of QFMT_OCFS2 to linux/quota.h
Move definition of this constant to linux/quota.h so that it
cannot clash with other format IDs.
CC: Joel Becker <joel.becker@oracle.com>
Signed-off-by: Jan Kara <jack@suse.cz>
Diffstat (limited to 'fs/ocfs2/quota.h')
-rw-r--r-- | fs/ocfs2/quota.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/fs/ocfs2/quota.h b/fs/ocfs2/quota.h index e5df9d170b0c..123bc520a2c0 100644 --- a/fs/ocfs2/quota.h +++ b/fs/ocfs2/quota.h @@ -17,10 +17,6 @@ #include "ocfs2.h" -/* Common stuff */ -/* id number of quota format */ -#define QFMT_OCFS2 3 - /* * In-memory structures */ |