Skip to content

Commit 945be8c

Browse files
Eric Sandeenbrauner
authored andcommitted
jfs: convert jfs to use the new mount api
Convert the jfs filesystem to use the new mount API. Tested by comparing random mount & remount options before and after the change. Signed-off-by: Eric Sandeen <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Christian Brauner <[email protected]>
1 parent 5b00a0f commit 945be8c

File tree

2 files changed

+247
-223
lines changed

2 files changed

+247
-223
lines changed

fs/jfs/jfs_filsys.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
#define JFS_ERR_REMOUNT_RO 0x00000002 /* remount read-only */
2525
#define JFS_ERR_CONTINUE 0x00000004 /* continue */
2626
#define JFS_ERR_PANIC 0x00000008 /* panic */
27+
#define JFS_ERR_MASK (JFS_ERR_REMOUNT_RO|JFS_ERR_CONTINUE|JFS_ERR_PANIC)
2728

2829
/* Quota support */
2930
#define JFS_USRQUOTA 0x00000010

0 commit comments

Comments
 (0)