summaryrefslogtreecommitdiff
path: root/libparted/fs/reiserfs/reiserfs.c
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2011-05-13 21:02:59 +0200
committerJim Meyering <meyering@redhat.com>2011-05-27 17:07:45 +0200
commitf82ca7907f2e1a614ce0f649ad08fc3739e5d1eb (patch)
treedac59efb4871116bcc308a3a27f1e09e6437264d /libparted/fs/reiserfs/reiserfs.c
parentc955442aeaedc312b13405ae1b0c431c68a47290 (diff)
downloadparted-f82ca7907f2e1a614ce0f649ad08fc3739e5d1eb.tar.gz
remove all top-level FS-op code and the clearfat program
Diffstat (limited to 'libparted/fs/reiserfs/reiserfs.c')
-rw-r--r--libparted/fs/reiserfs/reiserfs.c24
1 files changed, 0 insertions, 24 deletions
diff --git a/libparted/fs/reiserfs/reiserfs.c b/libparted/fs/reiserfs/reiserfs.c
index cb8071d..85c83c8 100644
--- a/libparted/fs/reiserfs/reiserfs.c
+++ b/libparted/fs/reiserfs/reiserfs.c
@@ -791,16 +791,6 @@ static void reiserfs_ops_done()
#ifdef REISER_FULL_SUPPORT
static PedFileSystemOps reiserfs_full_ops = {
probe: reiserfs_probe,
- clobber: reiserfs_clobber,
- open: reiserfs_open,
- create: reiserfs_create,
- close: reiserfs_close,
- check: reiserfs_check,
- copy: reiserfs_copy,
- resize: reiserfs_resize,
- get_create_constraint: reiserfs_get_create_constraint,
- get_resize_constraint: reiserfs_get_resize_constraint,
- get_copy_constraint: reiserfs_get_copy_constraint
};
static PedFileSystemType reiserfs_full_type = {
@@ -813,20 +803,6 @@ static PedFileSystemType reiserfs_full_type = {
static PedFileSystemOps reiserfs_simple_ops = {
probe: reiserfs_probe,
-#ifdef DISCOVER_ONLY
- clobber: NULL,
-#else
- clobber: reiserfs_clobber,
-#endif
- open: NULL,
- create: NULL,
- close: NULL,
- check: NULL,
- copy: NULL,
- resize: NULL,
- get_create_constraint: NULL,
- get_resize_constraint: NULL,
- get_copy_constraint: NULL
};
static PedFileSystemType reiserfs_simple_type = {