[PATCH] btrfs-progs: doc: link btrfsck to btrfs-check

2014-04-16 Thread David Sterba
The 'btrfsck' command has been deprecated in favor of 'btrfs check'. For compatibility install a symlink to the btrfs-check.8 manpage. CC: Qu Wenruo Signed-off-by: David Sterba --- Documentation/Makefile| 2 ++ Documentation/btrfs-check.txt | 3 ++- 2 files changed, 4 insertions(+), 1 d

Re: [PATCH] btrfs-progs: doc: link btrfsck to btrfs-check

2014-04-16 Thread Qu Wenruo
Original Message Subject: [PATCH] btrfs-progs: doc: link btrfsck to btrfs-check From: David Sterba To: linux-btrfs@vger.kernel.org Date: 2014年04月17日 01:16 The 'btrfsck' command has been deprecated in favor of 'btrfs check'. For compatibility install a

Re: [PATCH] btrfs-progs: doc: link btrfsck to btrfs-check

2014-04-18 Thread David Sterba
On Thu, Apr 17, 2014 at 08:47:28AM +0800, Qu Wenruo wrote: > >@@ -73,6 +74,7 @@ install: install-man > > install-man: man > > $(INSTALL) -d -m 755 $(DESTDIR)$(man8dir) > > $(INSTALL) -m 644 $(GZ_MAN8) $(DESTDIR)$(man8dir) > >+$(LNS) btrfs-check.txt $(DESTDIR)$(man8dir) > Shouldn't the

Re: [PATCH] btrfs-progs: doc: link btrfsck to btrfs-check

2014-04-30 Thread WorMzy Tykashi
Hi, While trying to view the btrfs-check manpage today (using integration-20140429), I noticed that the current symlink overwrites the actual btrfs-check manpage, making an unusable, cyclic link: $ man btrfs-check man: can't resolve /usr/share/man/man8/btrfs-check.8.gz: Too many levels of

Re: [PATCH] btrfs-progs: doc: link btrfsck to btrfs-check

2014-05-05 Thread David Sterba
On Wed, Apr 30, 2014 at 01:14:59PM +0100, WorMzy Tykashi wrote: > $(LNS) btrfs-check.8.gz $(DESTDIR)$(man8dir) > > should be > > $(LNS) btrfs-check.8.gz $(DESTDIR)$(man8dir)/btrfsck.8.gz Thank you, fix sent. -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the

Re: [PATCH] btrfs-progs: doc: link btrfsck to btrfs-check

2014-05-07 Thread Qu Wenruo
Original Message Subject: Re: [PATCH] btrfs-progs: doc: link btrfsck to btrfs-check From: David Sterba To: Qu Wenruo Date: 2014年04月18日 22:48 On Thu, Apr 17, 2014 at 08:47:28AM +0800, Qu Wenruo wrote: @@ -73,6 +74,7 @@ install: install-man install-man: man

Re: [PATCH] btrfs-progs: doc: link btrfsck to btrfs-check

2014-05-12 Thread David Sterba
On Thu, May 08, 2014 at 09:40:03AM +0800, Qu Wenruo wrote: > Original Message > Subject: Re: [PATCH] btrfs-progs: doc: link btrfsck to btrfs-check > From: David Sterba > To: Qu Wenruo > Date: 2014年04月18日 22:48 > >On Thu, Apr 17, 2014 at 08:47:28AM +

Re: [PATCH] btrfs-progs: doc: link btrfsck to btrfs-check

2014-06-03 Thread WorMzy Tykashi
On 12 May 2014 15:09, David Sterba wrote: > > Thanks, it was reported & fixed a few days ago, though it's not in the > integration branch, lag is on my side. > > https://patchwork.kernel.org/patch/4115501/ Hi David, I noticed this in another thread: On 3 June 2014 10:14, David Sterba wrote: >

Re: [PATCH] btrfs-progs: doc: link btrfsck to btrfs-check

2014-06-03 Thread David Sterba
On Tue, Jun 03, 2014 at 10:38:16AM +0100, WorMzy Tykashi wrote: > I noticed this in another thread: > > On 3 June 2014 10:14, David Sterba wrote: > > I've assembled a branch containing doc-only fixes, including this one, > > and asked Chris do do a 3.14.3 release. > > Does this branch include th