Back to home page

OSCL-LXR

 
 

    


0001 /*
0002  * JFFS2 -- Journalling Flash File System, Version 2.
0003  *
0004  * Copyright © 2001-2007 Red Hat, Inc.
0005  *
0006  * Created by David Woodhouse <dwmw2@infradead.org>
0007  *
0008  * For licensing information, see the file 'LICENCE' in this directory.
0009  *
0010  */
0011 
0012 #include "nodelist.h"
0013 
0014 const struct inode_operations jffs2_symlink_inode_operations =
0015 {
0016     .get_link = simple_get_link,
0017     .setattr =  jffs2_setattr,
0018     .listxattr =    jffs2_listxattr,
0019 };