Skip to content

Commit

Permalink
proclikefs: remove unused symbol
Browse files Browse the repository at this point in the history
Moreover it clash with linux/fs.h definition
  • Loading branch information
Tom Barbette committed Jul 16, 2017
1 parent a09bb3e commit d190fa0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion linuxmodule/proclikefs.c
Expand Up @@ -92,7 +92,6 @@ struct proclikefs_file_system {
#define PROCLIKEFS_COUNT 2
static struct proclikefs_file_system fs_array[PROCLIKEFS_COUNT];
static struct mutex fslist_lock;
extern struct mutex inode_lock;

#if !HAVE_LINUX_SB_LOCK
# define lock_sb()
Expand Down

0 comments on commit d190fa0

Please sign in to comment.