]> git.ipfire.org Git - people/ms/u-boot.git/commit
net: nfs: Consolidate handling of NFSv3 attributes
authorJoe Hershberger <joe.hershberger@ni.com>
Mon, 15 Aug 2016 20:03:22 +0000 (15:03 -0500)
committerJoe Hershberger <joe.hershberger@ni.com>
Mon, 22 Aug 2016 19:20:43 +0000 (14:20 -0500)
commit051ed9af8c2dedf0938fac6baad8f7926f12b38f
treec0062f68d8a843287b85077c7f017879c1bcfe35
parent347a90159784b6e0a70fb151a3d24f623bdf697c
net: nfs: Consolidate handling of NFSv3 attributes

Instead of repeating the same large snippet for dealing with attributes
it should be shared with a helper function.

Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
net/nfs.c