summaryrefslogtreecommitdiff
path: root/fs/orangefs/pvfs2-kernel.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/orangefs/pvfs2-kernel.h')
-rw-r--r--fs/orangefs/pvfs2-kernel.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/fs/orangefs/pvfs2-kernel.h b/fs/orangefs/pvfs2-kernel.h
index 16df1d5aa879..c36868be03dc 100644
--- a/fs/orangefs/pvfs2-kernel.h
+++ b/fs/orangefs/pvfs2-kernel.h
@@ -365,18 +365,6 @@ struct pvfs2_sb_info_s {
};
/*
- * a temporary structure used only for sb mount time that groups the
- * mount time data provided along with a private superblock structure
- * that is allocated before a 'kernel' superblock is allocated.
-*/
-struct pvfs2_mount_sb_info_s {
- void *data;
- struct pvfs2_khandle root_khandle;
- __s32 fs_id;
- int id;
-};
-
-/*
* structure that holds the state of any async I/O operation issued
* through the VFS. Needed especially to handle cancellation requests
* or even completion notification so that the VFS client-side daemon