| commit | 0e5185a02b268acf755c51341f1b07a175b1ad75 | [log] [tgz] |
|---|---|---|
| author | Al Viro <viro@zeniv.linux.org.uk> | Mon Nov 17 14:40:21 2025 -0500 |
| committer | Al Viro <viro@zeniv.linux.org.uk> | Mon Nov 17 14:40:21 2025 -0500 |
| tree | d31a5d945e8e0675c400dd3e0fb94e07bf903a7c | |
| parent | 24400a9da4f302c3a72f8ada773ac999eab59138 [diff] |
functionfs: don't bother with ffs->ref in ffs_data_{opened,closed}()
A reference is held by the superblock (it's dropped in ffs_kill_sb())
and filesystem will not get to ->kill_sb() while there are any opened
files, TYVM...
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>