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-- 2.1 KB
Makefile -rw-r--r-- 334 bytes
autoprobe.c -rw-r--r-- 4.5 KB
chip.c -rw-r--r-- 19.2 KB
debug.h -rw-r--r-- 1.2 KB
devres.c -rw-r--r-- 2.6 KB
dummychip.c -rw-r--r-- 1.2 KB
generic-chip.c -rw-r--r-- 9.2 KB
handle.c -rw-r--r-- 5.1 KB
internals.h -rw-r--r-- 5.6 KB
irqdesc.c -rw-r--r-- 11.0 KB
irqdomain.c -rw-r--r-- 25.5 KB
manage.c -rw-r--r-- 43.5 KB
migration.c -rw-r--r-- 1.7 KB
pm.c -rw-r--r-- 3.1 KB
proc.c -rw-r--r-- 11.2 KB
resend.c -rw-r--r-- 2.3 KB
settings.h -rw-r--r-- 3.9 KB
spurious.c -rw-r--r-- 8.5 KB

back to top