From: Oleg Drokin Date: Wed, 16 Apr 2014 18:41:14 +0000 (-0400) Subject: LU-3963 Remove unused lvfs_callback_ops X-Git-Tag: 2.5.58~19 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=2293389389651ce7a6f41eb3d54377782e40166c;p=fs%2Flustre-release.git 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 --- 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__)