1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * Copyright (C) Christoph Hellwig, 2001-2002
7 #include "jfs_incore.h"
11 const struct inode_operations jfs_fast_symlink_inode_operations
= {
12 .get_link
= simple_get_link
,
13 .setattr
= jfs_setattr
,
14 .listxattr
= jfs_listxattr
,
17 const struct inode_operations jfs_symlink_inode_operations
= {
18 .get_link
= page_get_link
,
19 .setattr
= jfs_setattr
,
20 .listxattr
= jfs_listxattr
,