]> asedeno.scripts.mit.edu Git - linux.git/commit
gfs2: use inode_lock/unlock instead of accessing i_mutex directly
authorAbhi Das <adas@redhat.com>
Mon, 2 May 2016 12:07:01 +0000 (07:07 -0500)
committerBob Peterson <rpeterso@redhat.com>
Mon, 2 May 2016 12:07:01 +0000 (07:07 -0500)
commit80f4781d2c0ba63bf9ab4de90a6829a1368b80a3
tree6bc3a75398ed95e6fd8b587c3270bf992f9b26b8
parent9c7fe83530a351845719acf1dda0587e8c743588
gfs2: use inode_lock/unlock instead of accessing i_mutex directly

i_mutex has been replaced by i_rwsem and directly accessing the
non-existent i_mutex breaks the kernel build.

Signed-off-by: Abhi Das <adas@redhat.com>
Signed-off-by: Bob Peterson <rpeterso@redhat.com>
fs/gfs2/file.c