Re: [PATCH 02/11 linux-next] exofs: use magic.h

2017-05-23 Thread Boaz Harrosh
On 05/21/2017 06:40 PM, Fabian Frederick wrote: > Filesystems generally use SUPER_MAGIC values from magic.h > instead of a local definition. > Is fine by me to move to magic.h but ... > Signed-off-by: Fabian Frederick > --- > fs/exofs/common.h | 6 +- > include/uapi/linux/magic.h

[PATCH 02/11 linux-next] exofs: use magic.h

2017-05-21 Thread Fabian Frederick
Filesystems generally use SUPER_MAGIC values from magic.h instead of a local definition. Signed-off-by: Fabian Frederick --- fs/exofs/common.h | 6 +- include/uapi/linux/magic.h | 1 + 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/fs/exofs/common.h b/fs/exofs/common