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-- 176 bytes
asihpi.c -rw-r--r-- 80.3 KB
hpi.h -rw-r--r-- 55.7 KB
hpi6000.c -rw-r--r-- 48.5 KB
hpi6000.h -rw-r--r-- 2.3 KB
hpi6205.c -rw-r--r-- 63.8 KB
hpi6205.h -rw-r--r-- 3.2 KB
hpi_internal.h -rw-r--r-- 41.8 KB
hpi_version.h -rw-r--r-- 1.0 KB
hpicmn.c -rw-r--r-- 18.1 KB
hpicmn.h -rw-r--r-- 2.1 KB
hpidebug.c -rw-r--r-- 1.9 KB
hpidebug.h -rw-r--r-- 3.0 KB
hpidspcd.c -rw-r--r-- 4.3 KB
hpidspcd.h -rw-r--r-- 3.3 KB
hpifunc.c -rw-r--r-- 70.0 KB
hpimsginit.c -rw-r--r-- 3.5 KB
hpimsginit.h -rw-r--r-- 1.8 KB
hpimsgx.c -rw-r--r-- 21.4 KB
hpimsgx.h -rw-r--r-- 1.3 KB
hpioctl.c -rw-r--r-- 12.2 KB
hpioctl.h -rw-r--r-- 1.5 KB
hpios.c -rw-r--r-- 2.6 KB
hpios.h -rw-r--r-- 4.6 KB
hpipcida.h -rw-r--r-- 1.3 KB

back to top