summaryrefslogtreecommitdiff
path: root/promisc.h
blob: b290b929b0dd7d63e6564e0bef0f4073fd39d13e (plain)
1
2
3
4
5
6
7
#ifndef PROMISC_H
#define PROMISC_H

extern short enter_promiscuous_mode(char *ifname);
extern void leave_promiscuous_mode(char *ifname, short oldflags);

#endif /* PROMISC_H */
ect>
authorTrond Myklebust <trond.myklebust@primarydata.com>2016-08-05 12:16:19 -0400
committerTrond Myklebust <trond.myklebust@primarydata.com>2016-08-05 12:18:10 -0400
commit206b3bb57481758b5fe98e90f47abb0f3fc0954e (patch)
tree4e292081d35bf45c5d2dc9ddd8bfa08329b13dd2
parentd88e4d82efc7aca47f1e31808717c9718e466d93 (diff)
NFSv4.2: LAYOUTSTATS may return NFS4ERR_ADMIN/DELEG_REVOKED
We should handle those errors in the same way we handle the other stateid errors: by invalidating the faulty layout stateid. Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
Diffstat