]> git.baikalelectronics.ru Git - kernel.git/commit
fs/adfs: add time stamp and file type helpers
authorRussell King <rmk+kernel@armlinux.org.uk>
Tue, 4 Jun 2019 13:50:24 +0000 (14:50 +0100)
committerAl Viro <viro@zeniv.linux.org.uk>
Thu, 27 Jun 2019 00:14:14 +0000 (20:14 -0400)
commitcd82fdfcad933b92fb586cdec6d3d056729a9488
tree255a51e96a772f90f358229791f06ccdcfdb6929
parent38ee29ceb2c00beb71debb1cddf2974c923c1499
fs/adfs: add time stamp and file type helpers

Add some helpers to check whether the inode has a time stamp and file
type, and to parse the file type from the load address.

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.c
fs/adfs/inode.c
fs/adfs/super.c