qed: Fix iWARP buffer size provided for syn packet processing.
[linux-stable.git] / fs / jffs2 / symlink.c
blobd2fa138a868ce2550724e8565881660be4b392e0
1 /*
2 * JFFS2 -- Journalling Flash File System, Version 2.
4 * Copyright © 2001-2007 Red Hat, Inc.
6 * Created by David Woodhouse <dwmw2@infradead.org>
8 * For licensing information, see the file 'LICENCE' in this directory.
12 #include "nodelist.h"
14 const struct inode_operations jffs2_symlink_inode_operations =
16 .get_link = simple_get_link,
17 .setattr = jffs2_setattr,
18 .listxattr = jffs2_listxattr,