1
0
Fork 0
alistair23-linux/drivers/staging/smbfs
Yang Ruirui eb745dbccc staging: smbfs building fix
Building error for smbfs:

drivers/staging/smbfs/dir.c:286: error: static declaration of 'smbfs_dentry_operations' follows non-static declaration
drivers/staging/smbfs/proto.h:42: error: previous declaration of 'smbfs_dentry_operations' was here
drivers/staging/smbfs/dir.c:294: error: static declaration of 'smbfs_dentry_operations_case' follows non-static declaration
drivers/staging/smbfs/proto.h:41: error: previous declaration of 'smbfs_dentry_operations_case' was here
make[3]: *** [drivers/staging/smbfs/dir.o] Error 1
make[2]: *** [drivers/staging/smbfs] Error 2
make[1]: *** [drivers/staging] Error 2
make[1]: *** Waiting for unfinished jobs....

Fix it by removing static keywords

Signed-off-by: Yang Ruirui <ruirui.r.yang@tieto.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
2011-01-17 01:50:52 -05:00
..
Kconfig
Makefile
TODO
cache.c fs: dcache rationalise dget variants 2011-01-07 17:50:24 +11:00
dir.c staging: smbfs building fix 2011-01-17 01:50:52 -05:00
file.c fs: provide rcu-walk aware permission i_ops 2011-01-07 17:50:29 +11:00
getopt.c
getopt.h
inode.c convert smbfs 2011-01-12 20:02:47 -05:00
ioctl.c
proc.c
proto.h convert smbfs 2011-01-12 20:02:47 -05:00
request.c
request.h
smb.h
smb_debug.h
smb_fs.h
smb_fs_i.h
smb_fs_sb.h
smb_mount.h
smbfs.txt
smbiod.c
smbno.h
sock.c
symlink.c