Save a pointless FILE_LOCK_ASSERT() call in fhold.
This commit is contained in:
parent
a5e239ce13
commit
29b96dcc49
@ -210,7 +210,7 @@ void fputsock(struct socket *sp);
|
|||||||
#define fhold(fp) \
|
#define fhold(fp) \
|
||||||
do { \
|
do { \
|
||||||
FILE_LOCK(fp); \
|
FILE_LOCK(fp); \
|
||||||
fhold_locked(fp); \
|
(fp)->f_count++; \
|
||||||
FILE_UNLOCK(fp); \
|
FILE_UNLOCK(fp); \
|
||||||
} while (0)
|
} while (0)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user