Re: [PATCH 1/5] utils/umount: do not remove passive translator records

2014-02-24 Thread Samuel Thibault
Justus Winter, le Mon 24 Feb 2014 15:41:52 +0100, a écrit : > Passive translator records are a Hurd concept. Therefore, the umount > compatibility program should not remove them. > > * utils/umount.c (passive_flags): Unset FS_TRANS_SET. > (doc): Adjust accordingly. Ack. > --- > utils/umount.c

[PATCH 1/5] utils/umount: do not remove passive translator records

2014-02-24 Thread Justus Winter
Passive translator records are a Hurd concept. Therefore, the umount compatibility program should not remove them. * utils/umount.c (passive_flags): Unset FS_TRANS_SET. (doc): Adjust accordingly. --- utils/umount.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/umo