Rob Landley 76c67de460 [PATCH] Ext2 flags shouldn't report "nogrpid"
If I mount ext2 "rw", I want it to say "rw", not "rw,nogrpid".

I caught this writing an automated regression test script for the busybox
mount command.  The symptom is
  /dev/loop0 on /images/ext2.dir type ext2 (rw,nogrpid)
instead of:
  /dev/loop0 on /images/ext2.dir type ext2 (rw)

The behavior was introduced by git commit
8fc2751beb0941966d3a97b26544e8585e428c08.

Signed-off-by: Rob Landley <rob@landley.net>
Cc: Mark Bellon <mbellon@mvista.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-03-25 08:22:58 -08:00
..
2005-06-23 09:45:33 -07:00
2006-01-11 18:42:13 -08:00
2005-06-24 00:06:41 -07:00
2005-04-16 15:20:36 -07:00
2006-01-11 18:42:13 -08:00
2005-06-24 00:06:41 -07:00
2006-02-17 13:59:26 -08:00
2005-06-24 00:06:41 -07:00