[PATCH] md: unify usage of symbolic names for perms
authorNeilBrown <neilb@suse.de>
Mon, 10 Jul 2006 11:44:18 +0000 (04:44 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 10 Jul 2006 20:24:17 +0000 (13:24 -0700)
commit80ca3a44f563a763fa872390dcb393f2d82027bf
treef11e4756575cf2d85ae4d3bba17634eaa933a475
parent5e3db645f890660ce8774a18bcd418570298937e
[PATCH] md: unify usage of symbolic names for perms

Some places we use number (0660) someplaces names (S_IRUGO).  Change all
numbers to be names, and change 0655 to be what it should be.

Also make some formatting more consistent.

Signed-off-by: Neil Brown <neilb@suse.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/md/md.c