Revision 68ac8bfb6aa4ce1a146b5a291f03fc2dd6d17cf2 authored by Jeff Mahoney on 27 February 2013, 19:43:09 UTC, committed by Jan Kara on 11 March 2013, 21:05:56 UTC
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>
1 parent f6161aa
History
File Mode Size
Makefile -rw-r--r-- 120 bytes
pcxhr.c -rw-r--r-- 47.4 KB
pcxhr.h -rw-r--r-- 6.9 KB
pcxhr_core.c -rw-r--r-- 36.7 KB
pcxhr_core.h -rw-r--r-- 7.0 KB
pcxhr_hwdep.c -rw-r--r-- 11.1 KB
pcxhr_hwdep.h -rw-r--r-- 1.4 KB
pcxhr_mix22.c -rw-r--r-- 27.7 KB
pcxhr_mix22.h -rw-r--r-- 2.3 KB
pcxhr_mixer.c -rw-r--r-- 36.1 KB
pcxhr_mixer.h -rw-r--r-- 1.0 KB

back to top