]> git.proxmox.com Git - mirror_spl.git/commit - include/linux/file_compat.h
Remove i_mutex() configure check
authorBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 1 Oct 2014 21:07:46 +0000 (17:07 -0400)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 17 Oct 2014 22:11:51 +0000 (15:11 -0700)
commit2bc5666f53685c6631f9a5d1d8beebdf1325f8e0
treee0e7ba30123dad6b67a5280343db8211e63884d8
parent9f36cace4154f7dd855c42aae2eb13a6e1d79362
Remove i_mutex() configure check

The inode structure has used i_mutex as its internal locking
primitive since 2.6.16.  The compatibility code to check for
the previous semaphore primitive has been removed.  However,
the wrapper function itself is being kept because it's entirely
possible this primitive will change again to allow finer grained
locking.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
config/spl-build.m4
include/linux/file_compat.h
module/spl/spl-vnode.c