OSDN Git Service

fs/adfs: add helper to get discrecord from map
authorRussell King <rmk+kernel@armlinux.org.uk>
Tue, 4 Jun 2019 13:49:30 +0000 (14:49 +0100)
committerAl Viro <viro@zeniv.linux.org.uk>
Thu, 27 Jun 2019 00:14:13 +0000 (20:14 -0400)
commit1dfdfc94730bde781c87b25fd606f6dfaffe9097
treed9bea48d5933b429b1ded67b9fc3f099d4c6c7ed
parent3ae762a09cd72a08ef620c80fbb263693c3fb204
fs/adfs: add helper to get discrecord from map

Add a helper to get the disc record from the map, rather than open
coding this in adfs_fill_super().

Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/adfs/adfs.h
fs/adfs/dir_f.c
fs/adfs/dir_fplus.c
fs/adfs/map.c
fs/adfs/super.c