commit | 80f4781d2c0ba63bf9ab4de90a6829a1368b80a3 | [log] [tgz] |
---|---|---|
author | Abhi Das <adas@redhat.com> | Mon May 02 07:07:01 2016 -0500 |
committer | Bob Peterson <rpeterso@redhat.com> | Mon May 02 07:07:01 2016 -0500 |
tree | 6bc3a75398ed95e6fd8b587c3270bf992f9b26b8 | |
parent | 9c7fe83530a351845719acf1dda0587e8c743588 [diff] |
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>