linux/fs/qnx6
Matthew Wilcox (Oracle) 5563040e85
qnx6: Convert qnx6_find_entry() to qnx6_find_ino()
It's hard to return a directory entry from qnx6_find_entry()
because it might be a long dir_entry with a different format.
So stick with the convention of returning an inode number,
but rename it to qnx6_find_ino() to reflect what it actually does,
and move the call to qnx6_put_page() inside the function which
lets us get rid of the res_page parameter.

Reviewed-by: Josef Bacik <josef@toxicpanda.com>
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Signed-off-by: Christian Brauner <brauner@kernel.org>
2024-08-07 11:31:55 +02:00
..
dir.c qnx6: Convert qnx6_find_entry() to qnx6_find_ino() 2024-08-07 11:31:55 +02:00
inode.c qnx6: add MODULE_DESCRIPTION() 2024-05-28 11:52:49 +02:00
Kconfig fs: add CONFIG_BUFFER_HEAD 2023-08-02 09:13:09 -06:00
Makefile treewide: Add SPDX license identifier - Makefile/Kconfig 2019-05-21 10:50:46 +02:00
namei.c qnx6: Convert qnx6_find_entry() to qnx6_find_ino() 2024-08-07 11:31:55 +02:00
qnx6.h qnx6: Convert qnx6_find_entry() to qnx6_find_ino() 2024-08-07 11:31:55 +02:00
super_mmi.c