18c2ecf20Sopenharmony_ci/* 28c2ecf20Sopenharmony_ci * JFFS2 -- Journalling Flash File System, Version 2. 38c2ecf20Sopenharmony_ci * 48c2ecf20Sopenharmony_ci * Copyright © 2001-2007 Red Hat, Inc. 58c2ecf20Sopenharmony_ci * 68c2ecf20Sopenharmony_ci * Created by David Woodhouse <dwmw2@infradead.org> 78c2ecf20Sopenharmony_ci * 88c2ecf20Sopenharmony_ci * For licensing information, see the file 'LICENCE' in this directory. 98c2ecf20Sopenharmony_ci * 108c2ecf20Sopenharmony_ci */ 118c2ecf20Sopenharmony_ci 128c2ecf20Sopenharmony_ci#include "nodelist.h" 138c2ecf20Sopenharmony_ci 148c2ecf20Sopenharmony_ciconst struct inode_operations jffs2_symlink_inode_operations = 158c2ecf20Sopenharmony_ci{ 168c2ecf20Sopenharmony_ci .get_link = simple_get_link, 178c2ecf20Sopenharmony_ci .setattr = jffs2_setattr, 188c2ecf20Sopenharmony_ci .listxattr = jffs2_listxattr, 198c2ecf20Sopenharmony_ci}; 20