From: Kirk True Date: Sat, 25 Mar 2006 11:07:30 +0000 (-0800) Subject: [PATCH] smbfs: Fix debug logging-only compilation error X-Git-Tag: v2.6.17-rc1~805 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58bf6a2db2a4a1b41712674d9165510180259dec;p=pandora-kernel.git [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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed