]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
befs: add flags field to validate superblock state
authorSalah Triki <salah.triki@gmail.com>
Tue, 9 Aug 2016 13:46:04 +0000 (14:46 +0100)
committerLuis de Bethencourt <luisbg@osg.samsung.com>
Sat, 8 Oct 2016 09:01:27 +0000 (10:01 +0100)
commit6ea4558f9b373b588162e5d3523bc65fcf669b06
tree18fe35d58b8a866a664feda907db2e107bb1ef4c
parentbb75e66627b28816f472183d5dce0784d5edb87f
befs: add flags field to validate superblock state

For validating superblock state, add flags field to befs_sb_info, read the state from the disk
and check if it is equal to BEFS_DIRTY.

Signed-off-by: Salah Triki <salah.triki@gmail.com>
Signed-off-by: Luis de Bethencourt <luisbg@osg.samsung.com>
fs/befs/befs.h
fs/befs/super.c