summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJeff Mahoney <jeffm@suse.com>2013-02-27 23:43:09 +0400
committerJan Kara <jack@suse.cz>2013-03-12 01:05:56 +0400
commit68ac8bfb6aa4ce1a146b5a291f03fc2dd6d17cf2 (patch)
treeeabebb028d5b7023bf57c72d5936891a01a0e3d8 /tools
parentf6161aa153581da4a3867a2d1a7caf4be19b6ec9 (diff)
downloadlinux-68ac8bfb6aa4ce1a146b5a291f03fc2dd6d17cf2.tar.xz
quota: add missing use of dq_data_lock in __dquot_initialize
The bulk of __dquot_initialize runs under the dqptr_sem which protects the inode->i_dquot pointers. It doesn't protect the dereferenced contents, though. Those are protected by the dq_data_lock, which is missing around the dquot_resv_space call. Signed-off-by: Jeff Mahoney <jeffm@suse.com> Signed-off-by: Jan Kara <jack@suse.cz>
Diffstat (limited to 'tools')
0 files changed, 0 insertions, 0 deletions