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
Kconfig -rw-r--r-- 1.2 KB
Makefile -rw-r--r-- 382 bytes
amdtp.c -rw-r--r-- 16.1 KB
amdtp.h -rw-r--r-- 4.2 KB
cmp.c -rw-r--r-- 7.2 KB
cmp.h -rw-r--r-- 1.1 KB
fcp.c -rw-r--r-- 6.0 KB
fcp.h -rw-r--r-- 327 bytes
isight.c -rw-r--r-- 17.9 KB
iso-resources.c -rw-r--r-- 6.5 KB
iso-resources.h -rw-r--r-- 1.2 KB
lib.c -rw-r--r-- 1.7 KB
lib.h -rw-r--r-- 468 bytes
packets-buffer.c -rw-r--r-- 2.1 KB
packets-buffer.h -rw-r--r-- 747 bytes
scs1x.c -rw-r--r-- 12.5 KB
speakers.c -rw-r--r-- 20.1 KB

back to top