staging: lustre: remove ll_vfs_symlink()
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 2 Aug 2013 08:11:35 +0000 (16:11 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 2 Aug 2013 08:11:35 +0000 (16:11 +0800)
No one was ever even using it.

Cc: Peng Tao <tao.peng@emc.com>
Cc: Andreas Dilger <andreas.dilger@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/include/linux/lustre_compat25.h

index b44bc03c5b9e1d36ad98bd7f03df014a899bea2f..8691aee0b4d440eb5c3819b47750b06b17446faa 100644 (file)
@@ -87,9 +87,6 @@ static inline void ll_set_fs_pwd(struct fs_struct *fs, struct vfsmount *mnt,
 
 #define LTIME_S(time)             (time.tv_sec)
 
-#define ll_vfs_symlink(dir, dentry, mnt, path, mode) \
-                      vfs_symlink(dir, dentry, path)
-
 /* inode_dio_wait(i) use as-is for write lock */
 # define inode_dio_write_done(i)       do {} while (0) /* for write unlock */
 # define inode_dio_read(i)             atomic_inc(&(i)->i_dio_count)