#ifndef TIMER_H #define TIMER_H #include extern void set_itimer_interval_value(struct itimerval *itimer, unsigned long sec, unsigned long usec); #endif /* TIMER_H */ nate' title='Atom feed' href='https://git.distanz.ch/cgit.cgi/linux/net-next.git/atom/?h=master' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
arydata.com>
2016-07-24 15:10:12 -0400
committerTrond Myklebust <trond.myklebust@primarydata.com>2016-07-24 16:16:42 -0400
commit119cef97a46e2a4b4fbebcf6655358a0b277732d (patch)
tree843077ecf0000989b748455fc5e181de81ce0cf8
parent28c1acffead59a461e552708cc9daa9c1cb5a085 (diff)
pNFS: Cleanup - do layout segment initialisation in one place
...instead of splitting the initialisation over init_lseg() and pnfs_layout_process(). Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
-rw-r--r--fs/nfs/pnfs.c10
1 files changed, 6 insertions, 4 deletions
diff --git a/fs/nfs/pnfs.c b/fs/nfs/pnfs.c