f2fs: add super block operations
authorJaegeuk Kim <jaegeuk.kim@samsung.com>
Fri, 2 Nov 2012 08:07:47 +0000 (17:07 +0900)
committerJaegeuk Kim <jaegeuk.kim@samsung.com>
Tue, 11 Dec 2012 04:43:40 +0000 (13:43 +0900)
commitaff063e266cbf4754021d8e5d16ee418560906fd
treea9a13a358aa0b6f2a6b6b7e3378570369e63a892
parent39a53e0ce0df01b3cf4bb898c7ae2fd2189647d5
f2fs: add super block operations

This adds the implementation of superblock operations for f2fs, which includes
- init_f2fs_fs/exit_f2fs_fs
- f2fs_mount
- super_operations of f2fs

Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>
fs/f2fs/super.c [new file with mode: 0644]