[PATCH 1/3 linux-next] befs: replace typedef befs_mount_options by structure

2015-03-30 Thread Fabian Frederick
See Documentation/CodingStyle Cc: Andrew Morton Signed-off-by: Fabian Frederick --- fs/befs/befs.h | 6 +++--- fs/befs/linuxvfs.c | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/fs/befs/befs.h b/fs/befs/befs.h index 3a7813a..d4751af 100644 --- a/fs/befs/befs.h +++

[PATCH 1/3 linux-next] befs: replace typedef befs_mount_options by structure

2015-03-30 Thread Fabian Frederick
See Documentation/CodingStyle Cc: Andrew Morton a...@linux-foundation.org Signed-off-by: Fabian Frederick f...@skynet.be --- fs/befs/befs.h | 6 +++--- fs/befs/linuxvfs.c | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/fs/befs/befs.h b/fs/befs/befs.h index