aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre/lustre/include/linux/lustre_compat25.h
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-08-02 15:46:32 +0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-08-02 15:46:32 +0800
commit418690b60f04a0047f50f8650dc974dabeba195d (patch)
treea391a6a6739da958ac92ddf7c0a53868041620c6 /drivers/staging/lustre/lustre/include/linux/lustre_compat25.h
parentstaging/lustre: lloop depends on BLOCK (diff)
downloadlinux-dev-418690b60f04a0047f50f8650dc974dabeba195d.tar.xz
linux-dev-418690b60f04a0047f50f8650dc974dabeba195d.zip
staging: lustre: remove ll_blkdev_put()
It was a wrapper around blkdev_put(), totally useless. Cc: Peng Tao <tao.peng@emc.com> Cc: Andreas Dilger <andreas.dilger@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/lustre/lustre/include/linux/lustre_compat25.h')
-rw-r--r--drivers/staging/lustre/lustre/include/linux/lustre_compat25.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/lustre/lustre/include/linux/lustre_compat25.h b/drivers/staging/lustre/lustre/include/linux/lustre_compat25.h
index 018e604490b7..968cf7381a31 100644
--- a/drivers/staging/lustre/lustre/include/linux/lustre_compat25.h
+++ b/drivers/staging/lustre/lustre/include/linux/lustre_compat25.h
@@ -92,8 +92,6 @@ static inline void ll_set_fs_pwd(struct fs_struct *fs, struct vfsmount *mnt,
# define ll_generic_permission(inode, mask, flags, check_acl) \
generic_permission(inode, mask)
-#define ll_blkdev_put(a, b) blkdev_put(a, b)
-
#define ll_dentry_open(a,b,c) dentry_open(a,b,c)
#define ll_vfs_symlink(dir, dentry, mnt, path, mode) \