[PATCH] Fix smbfs/dir.o build error

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



  CC [M]  drivers/staging/smbfs/dir.o
/home/teawater/kernel/linux-2.6/drivers/staging/smbfs/dir.c:286:
error: static declaration of 'smbfs_dentry_operations' follows
non-static declaration
/home/teawater/kernel/linux-2.6/drivers/staging/smbfs/proto.h:42:
note: previous declaration of 'smbfs_dentry_operations' was here
/home/teawater/kernel/linux-2.6/drivers/staging/smbfs/dir.c:294:
error: static declaration of 'smbfs_dentry_operations_case' follows
non-static declaration
/home/teawater/kernel/linux-2.6/drivers/staging/smbfs/proto.h:41:
note: previous declaration of 'smbfs_dentry_operations_case' was here
make[5]: *** [drivers/staging/smbfs/dir.o] Error 1
make[4]: *** [drivers/staging/smbfs] Error 2
make[3]: *** [drivers/staging] Error 2
make[2]: *** [drivers] Error 2
make[1]: *** [sub-make] Error 2
make: *** [all] Error 2

Not sure it is fixed or not.

Thanks,
Hui

Signed-off-by: Hui Zhu <teawater@xxxxxxxxx>
---
 drivers/staging/smbfs/dir.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- a/drivers/staging/smbfs/dir.c
+++ b/drivers/staging/smbfs/dir.c
@@ -283,7 +283,7 @@ static int smb_compare_dentry(const stru
 		unsigned int, const char *, const struct qstr *);
 static int smb_delete_dentry(const struct dentry *);

-static const struct dentry_operations smbfs_dentry_operations =
+const struct dentry_operations smbfs_dentry_operations =
 {
 	.d_revalidate	= smb_lookup_validate,
 	.d_hash		= smb_hash_dentry,
@@ -291,7 +291,7 @@ static const struct dentry_operations sm
 	.d_delete	= smb_delete_dentry,
 };

-static const struct dentry_operations smbfs_dentry_operations_case =
+const struct dentry_operations smbfs_dentry_operations_case =
 {
 	.d_revalidate	= smb_lookup_validate,
 	.d_delete	= smb_delete_dentry,
_______________________________________________
devel mailing list
devel@xxxxxxxxxxxxxxxxxxxxxx
http://driverdev.linuxdriverproject.org/mailman/listinfo/devel


[Index of Archives]     [Linux Driver Backports]     [DMA Engine]     [Linux GPIO]     [Linux SPI]     [Video for Linux]     [Linux USB Devel]     [Linux Coverity]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Yosemite Backpacking]
  Powered by Linux