[PATCH 73/8] plugin/fibration.h cleanup

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

 



orig	total: 3 errors, 2 warnings, 37 lines checked
patched:total: 0 errors, 2 warnings, 37 lines checked
leftover:

WARNING: do not add new typedefs
#11: FILE: fibration.h:11:
+typedef struct fibration_plugin {

WARNING: do not add new typedefs
#18: FILE: fibration.h:18:
+typedef enum {


Signed-off-by: Dushan Tcholich <dusanc@xxxxxxxxx>
--- fibration.h.orig	2007-10-26 15:41:53.000000000 +0200
+++ fibration.h	2007-10-26 15:43:17.000000000 +0200
@@ -3,7 +3,7 @@
 /* Fibration plugin used by hashed directory plugin to segment content
  * of directory. See fs/reiser4/plugin/fibration.c for more on this. */
 
-#if !defined( __FS_REISER4_PLUGIN_FIBRATION_H__ )
+#if !defined(__FS_REISER4_PLUGIN_FIBRATION_H__)
 #define __FS_REISER4_PLUGIN_FIBRATION_H__
 
 #include "plugin_header.h"
@@ -12,7 +12,7 @@ typedef struct fibration_plugin {
 	/* generic fields */
 	plugin_header h;
 
-	 __u64(*fibre) (const struct inode * dir, const char *name, int len);
+	 __u64(*fibre) (const struct inode *dir, const char *name, int len);
 } fibration_plugin;
 
 typedef enum {

[Index of Archives]     [Linux File System Development]     [Linux BTRFS]     [Linux NFS]     [Linux Filesystems]     [Ext4 Filesystem]     [Kernel Newbies]     [Share Photos]     [Security]     [Netfilter]     [Bugtraq]     [Yosemite Forum]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Device Mapper]     [Linux Resources]

  Powered by Linux