All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] nilfs-utils: integrate skeleton of fsck.nilfs2 utility into nilfs-utils package
@ 2012-07-22 15:13 Vyacheslav Dubeyko
       [not found] ` <83A3B84C-2558-4C14-AF65-95E3B46F9F74-yeENwD64cLxBDgjK7y7TUQ@public.gmane.org>
  0 siblings, 1 reply; 2+ messages in thread
From: Vyacheslav Dubeyko @ 2012-07-22 15:13 UTC (permalink / raw)
  To: linux-nilfs-u79uwXL29TY76Z2rM5mHXA

Hi,

This patch integrates skeleton of fsck.nilfs2 utility into nilfs-utils package.

With the best regards,
Vyacheslav Dubeyko.
--
From: Vyacheslav Dubeyko <slava-yeENwD64cLxBDgjK7y7TUQ@public.gmane.org>
Subject: [PATCH 1/2] nilfs-utils: integrate skeleton of fsck.nilfs2 utility into nilfs-utils package

This patch integrates skeleton of fsck.nilfs2 utility into nilfs-utils package.

Signed-off-by: Vyacheslav Dubeyko <slava-yeENwD64cLxBDgjK7y7TUQ@public.gmane.org>
---
 configure.ac     |    3 ++-
 sbin/Makefile.am |    2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index c2bcf4c..0d1a2d1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -167,5 +167,6 @@ AC_CONFIG_FILES([Makefile
 		 sbin/mount/Makefile
 		 sbin/nilfs-tune/Makefile
 		 sbin/nilfs-clean/Makefile
-		 sbin/nilfs-resize/Makefile])
+		 sbin/nilfs-resize/Makefile
+		 sbin/fsck/Makefile])
 AC_OUTPUT
diff --git a/sbin/Makefile.am b/sbin/Makefile.am
index 302e9a7..8a0d306 100644
--- a/sbin/Makefile.am
+++ b/sbin/Makefile.am
@@ -1,3 +1,3 @@
 ## Makefile.am
 
-SUBDIRS = cleanerd mkfs mount nilfs-tune nilfs-clean nilfs-resize
+SUBDIRS = cleanerd mkfs mount nilfs-tune nilfs-clean nilfs-resize fsck
--

--
To unsubscribe from this list: send the line "unsubscribe linux-nilfs" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH 1/2] nilfs-utils: integrate skeleton of fsck.nilfs2 utility into nilfs-utils package
       [not found] ` <83A3B84C-2558-4C14-AF65-95E3B46F9F74-yeENwD64cLxBDgjK7y7TUQ@public.gmane.org>
@ 2012-07-29  9:33   ` Ryusuke Konishi
  0 siblings, 0 replies; 2+ messages in thread
From: Ryusuke Konishi @ 2012-07-29  9:33 UTC (permalink / raw)
  To: Vyacheslav Dubeyko; +Cc: linux-nilfs

2012/7/23 Vyacheslav Dubeyko <slava-yeENwD64cLxBDgjK7y7TUQ@public.gmane.org>:
> Hi,
>
> This patch integrates skeleton of fsck.nilfs2 utility into nilfs-utils package.
>
> With the best regards,
> Vyacheslav Dubeyko.
> --
> From: Vyacheslav Dubeyko <slava-yeENwD64cLxBDgjK7y7TUQ@public.gmane.org>
> Subject: [PATCH 1/2] nilfs-utils: integrate skeleton of fsck.nilfs2 utility into nilfs-utils package
>
> This patch integrates skeleton of fsck.nilfs2 utility into nilfs-utils package.
>
> Signed-off-by: Vyacheslav Dubeyko <slava-yeENwD64cLxBDgjK7y7TUQ@public.gmane.org>

This patch looks OK to me.

Ryusuke Konishi

> ---
>  configure.ac     |    3 ++-
>  sbin/Makefile.am |    2 +-
>  2 files changed, 3 insertions(+), 2 deletions(-)
>
> diff --git a/configure.ac b/configure.ac
> index c2bcf4c..0d1a2d1 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -167,5 +167,6 @@ AC_CONFIG_FILES([Makefile
>                  sbin/mount/Makefile
>                  sbin/nilfs-tune/Makefile
>                  sbin/nilfs-clean/Makefile
> -                sbin/nilfs-resize/Makefile])
> +                sbin/nilfs-resize/Makefile
> +                sbin/fsck/Makefile])
>  AC_OUTPUT
> diff --git a/sbin/Makefile.am b/sbin/Makefile.am
> index 302e9a7..8a0d306 100644
> --- a/sbin/Makefile.am
> +++ b/sbin/Makefile.am
> @@ -1,3 +1,3 @@
>  ## Makefile.am
>
> -SUBDIRS = cleanerd mkfs mount nilfs-tune nilfs-clean nilfs-resize
> +SUBDIRS = cleanerd mkfs mount nilfs-tune nilfs-clean nilfs-resize fsck
> --
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-nilfs" in
> the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
--
To unsubscribe from this list: send the line "unsubscribe linux-nilfs" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-07-29  9:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-07-22 15:13 [PATCH 1/2] nilfs-utils: integrate skeleton of fsck.nilfs2 utility into nilfs-utils package Vyacheslav Dubeyko
     [not found] ` <83A3B84C-2558-4C14-AF65-95E3B46F9F74-yeENwD64cLxBDgjK7y7TUQ@public.gmane.org>
2012-07-29  9:33   ` Ryusuke Konishi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.