From 2293389389651ce7a6f41eb3d54377782e40166c Mon Sep 17 00:00:00 2001 From: Oleg Drokin Date: Wed, 16 Apr 2014 14:41:14 -0400 Subject: [PATCH] LU-3963 Remove unused lvfs_callback_ops This was acidentally reintroduced back by commit 001b8dbfacb747f1649a2eb047a5f118ce32fdc7 Change-Id: I26fc2ea7b330b9b69dfc5693c4d5c16f5aede194 Signed-off-by: Oleg Drokin Reviewed-on: http://review.whamcloud.com/9979 Reviewed-by: Andreas Dilger Tested-by: Jenkins Tested-by: Maloo Reviewed-by: Alexey Lyashkov --- lustre/include/lvfs.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lustre/include/lvfs.h b/lustre/include/lvfs.h index a8ae589..4079429 100644 --- a/lustre/include/lvfs.h +++ b/lustre/include/lvfs.h @@ -41,11 +41,6 @@ #include -struct lvfs_callback_ops { - struct dentry *(*l_fid2dentry)(__u64 id_ino, __u32 gen, __u64 gr, - void *data); -}; - #if defined(__linux__) #include #elif defined(__APPLE__) -- 1.8.3.1