Re: [PATCH 09/12 linux-next] udf: merge module informations in super.c

2017-01-10 Thread Jan Kara
On Fri 06-01-17 21:53:57, Fabian Frederick wrote: > Move all module attributes at the end of one file like other FS. > > Signed-off-by: Fabian Frederick Thanks. Applied. Honza > --- > fs/udf/inode.c | 4 >

Re: [PATCH 09/12 linux-next] udf: merge module informations in super.c

2017-01-10 Thread Jan Kara
On Fri 06-01-17 21:53:57, Fabian Frederick wrote: > Move all module attributes at the end of one file like other FS. > > Signed-off-by: Fabian Frederick Thanks. Applied. Honza > --- > fs/udf/inode.c | 4 > fs/udf/super.c |

[PATCH 09/12 linux-next] udf: merge module informations in super.c

2017-01-06 Thread Fabian Frederick
Move all module attributes at the end of one file like other FS. Signed-off-by: Fabian Frederick --- fs/udf/inode.c | 4 fs/udf/super.c | 9 ++--- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/fs/udf/inode.c b/fs/udf/inode.c index 2327f72..47638eb

[PATCH 09/12 linux-next] udf: merge module informations in super.c

2017-01-06 Thread Fabian Frederick
Move all module attributes at the end of one file like other FS. Signed-off-by: Fabian Frederick --- fs/udf/inode.c | 4 fs/udf/super.c | 9 ++--- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/fs/udf/inode.c b/fs/udf/inode.c index 2327f72..47638eb 100644 ---