diff options
author | Jan Kara <jack@suse.cz> | 2014-09-29 15:02:51 +0200 |
---|---|---|
committer | Jan Kara <jack@suse.cz> | 2014-11-10 10:06:11 +0100 |
commit | 1c92ec678f32a4fdb9c0f7294b4d6f506b9a4b84 (patch) | |
tree | 38dd6389cbebef5caa6113ef9ae1b616da712eff /fs/ocfs2/inode.h | |
parent | 96c7e0d964e278858552b8d5497f440b9027b292 (diff) | |
download | linux-1c92ec678f32a4fdb9c0f7294b4d6f506b9a4b84.tar.bz2 |
ocfs2: Convert to private i_dquot field
CC: Mark Fasheh <mfasheh@suse.com>
CC: Joel Becker <jlbec@evilplan.org>
CC: ocfs2-devel@oss.oracle.com
Acked-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jan Kara <jack@suse.cz>
Diffstat (limited to 'fs/ocfs2/inode.h')
-rw-r--r-- | fs/ocfs2/inode.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/ocfs2/inode.h b/fs/ocfs2/inode.h index a9b76de46047..ca3431ee7f24 100644 --- a/fs/ocfs2/inode.h +++ b/fs/ocfs2/inode.h @@ -80,6 +80,8 @@ struct ocfs2_inode_info */ tid_t i_sync_tid; tid_t i_datasync_tid; + + struct dquot *i_dquot[MAXQUOTAS]; }; /* |