bug-parted
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 3/6] nilfs2: remove unused nilfs2_clobber function


From: Jim Meyering
Subject: [PATCH 3/6] nilfs2: remove unused nilfs2_clobber function
Date: Wed, 16 Mar 2011 19:40:21 +0100

* libparted/fs/nilfs2/nilfs2.c (nilfs2_clobber): Remove unused
function.
(nilfs2_ops) [clobber]: Always set to NULL.
---
 libparted/fs/nilfs2/nilfs2.c |   26 --------------------------
 1 files changed, 0 insertions(+), 26 deletions(-)

diff --git a/libparted/fs/nilfs2/nilfs2.c b/libparted/fs/nilfs2/nilfs2.c
index 49634c0..43dd64d 100644
--- a/libparted/fs/nilfs2/nilfs2.c
+++ b/libparted/fs/nilfs2/nilfs2.c
@@ -137,35 +137,9 @@ nilfs2_probe (PedGeometry* geom)
        return ped_geometry_new(geom->dev, geom->start, length);
 }

-#ifndef DISCOVER_ONLY
-static int
-nilfs2_clobber (PedGeometry* geom)
-{
-       char buf[512];
-       int ret[2];
-
-       printf("nilfs2_clobber\n");
-       memset (buf, 0, 512);
-
-       ret[0] = ped_geometry_write (geom, buf, NILFS_SB_OFFSET, 1);
-       ret[1] = ped_geometry_write (geom, buf,
-                                    NILFS_SB2_OFFSET(geom->length), 1);
-
-       return ret[0]|ret[1];
-}
-#endif /* !DISCOVER_ONLY */
-
 static PedFileSystemOps nilfs2_ops = {
        probe:                  nilfs2_probe,
-#ifndef DISCOVER_ONLY
- #if 0
-       clobber:                nilfs2_clobber,
- #else
-       clobber:                NULL,
- #endif
-#else
        clobber:                NULL,
-#endif
        open:                   NULL,
        create:                 NULL,
        close:                  NULL,
--
1.7.4.1.430.g5aa4d



reply via email to

[Prev in Thread] Current Thread [Next in Thread]