summaryrefslogtreecommitdiff
path: root/sound/soc/txx9
ModeNameSize
-rw-r--r--Kconfig581logplain
-rw-r--r--Makefile343logplain
-rw-r--r--txx9aclc-ac97.c6361logplain
-rw-r--r--txx9aclc-generic.c2238logplain
-rw-r--r--txx9aclc.c12375logplain
-rw-r--r--txx9aclc.h2510logplain
ly, fsfreeze will be unable to get the shared lock and unfreeze the filesystem. In order to allow the unfreeze, this patch makes gfs2 grab a shared lock on the filesystem root directory during the freeze, and hold it until it unfreezes the filesystem. The functions which need to grab a shared lock in order to allow the unfreeze ioctl to be issued now use the lock grabbed by the freeze code instead. The freeze and unfreeze code take care to make sure that this shared lock will not be dropped while another process is using it. Signed-off-by: Benjamin Marzinski <bmarzins@redhat.com> Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Diffstat (limited to 'fs/gfs2/recovery.c')