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-- 357 bytes
ak4396.h -rw-r--r-- 1.0 KB
cm9780.h -rw-r--r-- 1.6 KB
cs2000.h -rw-r--r-- 2.3 KB
cs4245.h -rw-r--r-- 2.8 KB
cs4362a.h -rw-r--r-- 2.0 KB
cs4398.h -rw-r--r-- 1.9 KB
oxygen.c -rw-r--r-- 23.4 KB
oxygen.h -rw-r--r-- 7.3 KB
oxygen_io.c -rw-r--r-- 7.6 KB
oxygen_lib.c -rw-r--r-- 25.1 KB
oxygen_mixer.c -rw-r--r-- 31.1 KB
oxygen_pcm.c -rw-r--r-- 21.7 KB
oxygen_regs.h -rw-r--r-- 15.6 KB
pcm1796.h -rw-r--r-- 1.5 KB
virtuoso.c -rw-r--r-- 2.9 KB
wm8766.h -rw-r--r-- 1.9 KB
wm8776.h -rw-r--r-- 4.4 KB
wm8785.h -rw-r--r-- 1.1 KB
xonar.h -rw-r--r-- 1.6 KB
xonar_cs43xx.c -rw-r--r-- 12.4 KB
xonar_dg.c -rw-r--r-- 16.1 KB
xonar_dg.h -rw-r--r-- 129 bytes
xonar_hdmi.c -rw-r--r-- 3.4 KB
xonar_lib.c -rw-r--r-- 3.7 KB
xonar_pcm179x.c -rw-r--r-- 29.0 KB
xonar_wm87x6.c -rw-r--r-- 38.3 KB

back to top