summaryrefslogtreecommitdiff
path: root/screen.c
AgeCommit message (Expand)AuthorFilesLines
2013-06-24ifpps, flowtop: Move ncurses init and end to common moduleTobias Klauser1-0/+24
>
authorEric Sandeen <sandeen@sandeen.net>2016-04-06 07:57:47 +1000
committerDave Chinner <david@fromorbit.com>2016-04-06 07:57:47 +1000
commit3ab3ffcaca99e0b77480d77bd393fc227b09069f (patch)
tree6814f8e68961f16659116de9407756f64fb60add
parent7af5ad28a603f2d1ef4c579b8ab0a9d4767a348e (diff)
xfs: collapse cases in xfs_attr3_leaf_list_int
Consolidate the 2 calls to ->put_listent in xfs_attr3_leaf_list_int(), by setting up name, namelen, and valuelen for the local vs remote cases, then call ->put_listent and do the error handling all in one spot. Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Diffstat