summaryrefslogtreecommitdiff
path: root/libparted/fs/nilfs2/nilfs2.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/nilfs2/nilfs2.c
parentc955442aeaedc312b13405ae1b0c431c68a47290 (diff)
downloadparted-f82ca7907f2e1a614ce0f649ad08fc3739e5d1eb.tar.gz
remove all top-level FS-op code and the clearfat program
Diffstat (limited to 'libparted/fs/nilfs2/nilfs2.c')
-rw-r--r--libparted/fs/nilfs2/nilfs2.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/libparted/fs/nilfs2/nilfs2.c b/libparted/fs/nilfs2/nilfs2.c
index 43dd64d..511b155 100644
--- a/libparted/fs/nilfs2/nilfs2.c
+++ b/libparted/fs/nilfs2/nilfs2.c
@@ -139,16 +139,6 @@ nilfs2_probe (PedGeometry* geom)
static PedFileSystemOps nilfs2_ops = {
probe: nilfs2_probe,
- clobber: NULL,
- open: NULL,
- create: NULL,
- close: NULL,
- check: NULL,
- copy: NULL,
- resize: NULL,
- get_create_constraint: NULL,
- get_resize_constraint: NULL,
- get_copy_constraint: NULL
};
#define NILFS2_BLOCK_SIZES ((int[5]){1024, 2048, 4096, 8192, 0})