]> git.neil.brown.name Git - history.git/commit
fs/exportfs/expfs.c:dprintk
authorDavid S. Miller <davem@nuts.ninka.net>
Wed, 1 May 2002 14:59:07 +0000 (07:59 -0700)
committerDavid S. Miller <davem@nuts.ninka.net>
Wed, 1 May 2002 14:59:07 +0000 (07:59 -0700)
commitd10fe26ee3d501362a71b52fb58e554861298f58
treed5d5be9b61105640599ad97075ca5b9c470ff7da
parent128e5e91898a8439c093604d4c858e04a16d0c3f
fs/exportfs/expfs.c:dprintk
- Fix macro varargs usage, you need to specify a variable name
before the triple dot or else most current compilers complain.
See include/linux/ext2_fs.h:ext2_debug for another example where
it is done correctly.
fs/exportfs/expfs.c