alistair23-linux/drivers/block/aoe
Joe Perches 5657a819a8 block drivers/block: Use octal not symbolic permissions
Convert the S_<FOO> symbolic permissions to their octal equivalents as
using octal and not symbolic permissions is preferred by many as more
readable.

see: https://lkml.org/lkml/2016/8/2/1945

Done with automated conversion via:
$ ./scripts/checkpatch.pl -f --types=SYMBOLIC_PERMS --fix-inplace <files...>

Miscellanea:

o Wrapped modified multi-line calls to a single line where appropriate
o Realign modified multi-line calls to open parenthesis

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
2018-05-24 13:38:59 -06:00
..
aoe.h aoe: use ktime_t instead of timeval 2018-01-17 08:41:07 -07:00
aoeblk.c block drivers/block: Use octal not symbolic permissions 2018-05-24 13:38:59 -06:00
aoechr.c aoe: replace kmalloc and then memcpy with kmemdup 2013-04-30 17:04:08 -07:00
aoecmd.c aoe: handle highmem pages 2018-05-11 15:08:00 -06:00
aoedev.c block/aoe: Convert timers to use timer_setup() 2017-11-14 20:11:57 -07:00
aoemain.c block/aoe: discover_timer: Convert timers to use timer_setup() 2017-11-06 12:50:09 -08:00
aoenet.c aoe: update copyright date 2013-07-03 16:08:05 -07:00
Makefile drivers/block/aoe/Makefile: replace the use of <module>-objs with <module>-y 2011-01-19 08:25:02 -07:00