diff options
author | Mike Marshall <hubcap@omnibond.com> | 2015-10-05 13:44:24 -0400 |
---|---|---|
committer | Mike Marshall <hubcap@omnibond.com> | 2015-10-05 13:44:24 -0400 |
commit | 548049495cb46348866aec1cb7721e9d00b4eb83 (patch) | |
tree | 6639252c4bf27d47dc3e10e3390b1c7bff4bd784 /fs/orangefs/pvfs2-kernel.h | |
parent | 894ac432b48bb64fabae31fd2f373b2b8659350f (diff) | |
download | lwn-548049495cb46348866aec1cb7721e9d00b4eb83.tar.gz lwn-548049495cb46348866aec1cb7721e9d00b4eb83.zip |
Orangefs: fix some checkpatch.pl complaints that had creeped in.
Signed-off-by: Mike Marshall <hubcap@omnibond.com>
Diffstat (limited to 'fs/orangefs/pvfs2-kernel.h')
-rw-r--r-- | fs/orangefs/pvfs2-kernel.h | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/fs/orangefs/pvfs2-kernel.h b/fs/orangefs/pvfs2-kernel.h index 299b48c37cab..29b4a48b3a25 100644 --- a/fs/orangefs/pvfs2-kernel.h +++ b/fs/orangefs/pvfs2-kernel.h @@ -229,9 +229,6 @@ int keyword_is_amalgam(char *); extern char kernel_debug_string[PVFS2_MAX_DEBUG_STRING_LEN]; extern char client_debug_string[PVFS2_MAX_DEBUG_STRING_LEN]; extern char client_debug_array_string[PVFS2_MAX_DEBUG_STRING_LEN]; -/* HELLO -extern struct client_debug_mask current_client_mask; -*/ extern unsigned int kernel_mask_set_mod_init; extern int pvfs2_init_acl(struct inode *inode, struct inode *dir); @@ -431,9 +428,9 @@ struct pvfs2_stats { extern struct pvfs2_stats g_pvfs2_stats; /* - NOTE: See Documentation/filesystems/porting for information - on implementing FOO_I and properly accessing fs private data -*/ + * NOTE: See Documentation/filesystems/porting for information + * on implementing FOO_I and properly accessing fs private data + */ static inline struct pvfs2_inode_s *PVFS2_I(struct inode *inode) { return container_of(inode, struct pvfs2_inode_s, vfs_inode); |