]> bbs.cooldavid.org Git - net-next-2.6.git/commit
[PATCH] smbfs: Fix debug logging-only compilation error
authorKirk True <kernel@kirkandsheila.com>
Sat, 25 Mar 2006 11:07:30 +0000 (03:07 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sat, 25 Mar 2006 16:22:55 +0000 (08:22 -0800)
commit58bf6a2db2a4a1b41712674d9165510180259dec
tree0d9b02b152c5ddb4db6c0ae35f2c996c251eb451
parented1f559b9b9896ad40fe9606e0946efa590d7648
[PATCH] smbfs: Fix debug logging-only compilation error

When SMBFS_DEBUG_VERBOSE is #define-d, the compile breaks:

fs/smbfs/inode.c:217: error: aggregate value used where an integer was expected

This is a simple matter of using the .tv_sec attribute of struct time_spec.

Signed-off-by: Kirk True <kernel@kirkandsheila.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/smbfs/inode.c