aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/pps_kernel.h
diff options
context:
space:
mode:
authorAndrew Perepechko <andrew.perepechko@sun.com>2010-04-12 22:16:50 +0400
committerJan Kara <jack@suse.cz>2010-04-12 21:12:36 +0200
commit08261673cb6dc638c39f44d69b76fffb57b92a8b (patch)
tree752b396f409897a4357ca29bc2f9c3384d29e07d /include/linux/pps_kernel.h
parentquota: Hide warnings about writes to the filesystem before quota was turned on (diff)
quota: Fix possible dq_flags corruption
dq_flags are modified non-atomically in do_set_dqblk via __set_bit calls and atomically for example in mark_dquot_dirty or clear_dquot_dirty. Hence a change done by an atomic operation can be overwritten by a change done by a non-atomic one. Fix the problem by using atomic bitops even in do_set_dqblk. Signed-off-by: Andrew Perepechko <andrew.perepechko@sun.com> Signed-off-by: Jan Kara <jack@suse.cz>
Diffstat (limited to 'include/linux/pps_kernel.h')
0 files changed, 0 insertions, 0 deletions
=13&d=retro' />Alex Deucher1-0/+2 2011-12-20drm/radeon: improve radeon_test_syncing functionChristian König1-14/+185 2011-12-20drm/radeon: rename struct radeon_cp to radeon_ringChristian König1-21/+21 2011-12-20drm/radeon: Add radeon_test_syncing function v2Christian König1-0/+88 2011-12-20drm/radeon: make cp variable an arrayChristian König1-1/+2 2011-12-20drm/radeon: make all functions work with multiple rings.Christian König1-1/+2 2011-12-20drm/radeon/kms: add support for multiple fence queues v2Alex Deucher1-2/+2 2011-08-22drm/radeon: Explicitly print GTT/VRAM offsets on test failure.Michel Dänzer1-6/+18 2011-08-22drm/radeon: Take IH ring into account for test size calculation.Michel Dänzer1-3/+7 2011-02-23drm/radeon: embed struct drm_gem_objectDaniel Vetter1-2/+2 2010-11-18drm/radeon/kms: fix alignment when allocating buffersAlex Deucher1-2/+2 2010-02-18drm/radeon/kms: simplify memory controller setup V2Jerome Glisse1-1/+1 2009-12-23drm/radeon: fix build on 64-bit with some compilers.Dave Airlie1-2/+2 2009-12-02drm/radeon/kms: Rework radeon object handlingJerome Glisse1-23/+32 2009-10-16drm/radeon/kms: use RADEON_GPU_PAGE_SIZE instead of 4096Matt Turner1-3/+3 2009-07-29drm/radeon: Add radeon.test parameter for running BO GPU copy tests.Michel Dänzer1-0/+209