1
0
Fork 0
alistair23-linux/fs/qnx6
Fabian Frederick fa5a7a41a6 fs/qnx6: update debugging to current functions
Add DDEBUG in Makefile when CONFIG_QNX6FS_DEBUG is set.  All QNX6DEBUG
messages are replaced by pr_debug which means debugging will be emitted in
debug level only and no more in error and info levels.  debug uses now
pr_fmt and __func__

QNX6DEBUG definition has been removed.

Signed-off-by: Fabian Frederick <fabf@skynet.be>
Cc: Joe Perches <joe@perches.com>
Cc: Kai Bankett <chaosman@ontika.net>
Cc: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2014-08-08 15:57:26 -07:00
..
Kconfig fs: initial qnx6fs addition 2012-03-20 21:29:38 -04:00
Makefile fs/qnx6: update debugging to current functions 2014-08-08 15:57:26 -07:00
README fs: initial qnx6fs addition 2012-03-20 21:29:38 -04:00
dir.c fs/qnx6: update debugging to current functions 2014-08-08 15:57:26 -07:00
inode.c fs/qnx6: update debugging to current functions 2014-08-08 15:57:26 -07:00
namei.c fs/qnx6: update debugging to current functions 2014-08-08 15:57:26 -07:00
qnx6.h fs/qnx6: update debugging to current functions 2014-08-08 15:57:26 -07:00
super_mmi.c fs/qnx6: use pr_fmt and __func__ in logging 2014-08-08 15:57:26 -07:00

README

  This is a snapshot of the QNX6 filesystem for Linux.
  Please send diffs and remarks to <chaosman@ontika.net> .

Credits :

Al Viro		<viro@ZenIV.linux.org.uk> (endless patience with me & support ;))
Kai Bankett	<chaosman@ontika.net> (Maintainer)