]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ufs_inode_getfrag(): remove junk comment
authorAl Viro <viro@zeniv.linux.org.uk>
Sat, 28 Jan 2023 01:14:36 +0000 (20:14 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Fri, 18 Oct 2024 21:35:31 +0000 (17:35 -0400)
commitae79ce9d061bc6cee3b136813b26dd0c735e682d
tree1491ba1bdd826a3755bbe79169df49578a794d02
parent426f07ad3e2c9b51bfd93b870a3a9b04644130d0
ufs_inode_getfrag(): remove junk comment

It used to be a stubbed out beginning of ufs2 support, which had
been implemented differently quite a while ago.  Remove the
commented-out (pseudo-)code.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/ufs/inode.c