commit | f4a8116a4c8c8f754d0ec1498a2ba4b63d114e6a | [log] [tgz] |
---|---|---|
author | Jan Kara <jack@suse.cz> | Tue Aug 08 09:54:36 2017 +0200 |
committer | Jan Kara <jack@suse.cz> | Thu Aug 17 22:06:03 2017 +0200 |
tree | d3065b20975952041d211e6d0f221db6542cde19 | |
parent | 3ab167d2ba10017a430e427ddd3d690a74f8692e [diff] |
fs: Provide __inode_get_bytes() Provide helper __inode_get_bytes() which assumes i_lock is already acquired. Quota code will need this to be able to use i_lock to protect consistency of quota accounting information and inode usage. Signed-off-by: Jan Kara <jack@suse.cz>