/* * JFFS2 -- Journalling Flash File System, Version 2. * * Copyright © 2006 NEC Corporation * * Created by KaiGai Kohei <kaigai@ak.jp.nec.com> * * For licensing information, see the file 'LICENCE' in this directory. * */ #include <linux/kernel.h> #include <linux/fs.h> #include <linux/jffs2.h> #include <linux/xattr.h> #include <linux/mtd/mtd.h> #include "nodelist.h" static int jffs2_user_getxattr(const struct xattr_handler *handler, struct dentry *unused, struct inode *inode, const char *name, void *buffer, size_t size) { return do_jffs2_getxattr(inode, JFFS2_XPREFIX_USER, name, buffer, size); } static int jffs2_user_setxattr(const struct xattr_handler *handler, struct dentry *unused, struct inode *inode, const char *name, const void *buffer, size_t size, int flags) { return do_jffs2_setxattr(inode, JFFS2_XPREFIX_USER, name, buffer, size, flags); } const struct xattr_handler jffs2_user_xattr_handler = { .prefix = XATTR_USER_PREFIX, .set = jffs2_user_setxattr, .get = jffs2_user_getxattr }; ' selected='selected'>master</option> <option value='nds-private-remove'>nds-private-remove</option> <option value='packet-loop-back'>packet-loop-back</option> <option value='packet-rx-pump-back'>packet-rx-pump-back</option> </select> <input type='submit' value='switch'/></form></td></tr> <tr><td class='sub'>net-next plumbings</td><td class='sub right'>Tobias Klauser</td></tr></table> <table class='tabs'><tr><td> <a href='/cgit.cgi/linux/net-next.git/'>summary</a><a href='/cgit.cgi/linux/net-next.git/refs/?id=5e2ed1329ee074229d5a2f4389035be818120980'>refs</a><a class='active' href='/cgit.cgi/linux/net-next.git/log/?showmsg=1'>log</a><a href='/cgit.cgi/linux/net-next.git/tree/?id=5e2ed1329ee074229d5a2f4389035be818120980'>tree</a><a href='/cgit.cgi/linux/net-next.git/commit/?id=5e2ed1329ee074229d5a2f4389035be818120980'>commit</a><a href='/cgit.cgi/linux/net-next.git/diff/?id=5e2ed1329ee074229d5a2f4389035be818120980'>diff</a></td><td class='form'><form class='right' method='get' action='/cgit.cgi/linux/net-next.git/log/'> <input type='hidden' name='id' value='5e2ed1329ee074229d5a2f4389035be818120980'/><input type='hidden' name='showmsg' value='1'/><select name='qt'> <option value='grep'>log msg</option> <option value='author'>author</option> <option value='committer'>committer</option> <option value='range'>range</option> </select> <input class='txt' type='search' size='10' name='q' value=''/> <input type='submit' value='search'/> </form> </td></tr></table> <div class='content'><table class='list nowrap'><tr class='nohover'><th class='left'>Age</th><th class='left'>Commit message (<a href='/cgit.cgi/linux/net-next.git/log/?id=5e2ed1329ee074229d5a2f4389035be818120980'>Collapse</a>)</th><th class='left'>Author</th><th class='left'>Files</th><th class='left'>Lines</th></tr> <tr class='logheader'><td><span title='2017-02-01 12:53:58 -0500'>2017-02-01</span></td><td class='logsubject'><a href='/cgit.cgi/linux/net-next.git/commit/?id=5e2ed1329ee074229d5a2f4389035be818120980'>sh_eth: align usage of sh_eth_modify() with rest of driver</a></td><td>Niklas Söderlund</td><td>1</td><td><span class='deletions'>-1</span>/<span class='insertions'>+1</span></td></tr> <tr class='nohover-highlight'><td/><td colspan='5' class='logmsg'> To be consistent with the rest of the driver when setting bits using sh_eth_modify() the same bit should also be cleared. This have no functional change and should have been done from the start. Signed-off-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se> Suggested-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> Acked-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> Signed-off-by: David S. Miller <davem@davemloft.net> </td></tr> <tr class='logheader'><td><span title='2017-02-01 12:46:17 -0500'>2017-02-01</span></td><td class='logsubject'><a href='/cgit.cgi/linux/net-next.git/commit/?id=889711a03e0fba427fb85317900e93c74e3be02a'>Merge tag 'wireless-drivers-next-for-davem-2017-02-01' of ↵</a></td><td>David S. Miller