Fix vnode leak with msdosfs_rename(), failing due to disappearing
source file.
Details
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 34980 Build 31973: arc lint + arc unit
Event Timeline
Do you have repro ? Did you sent it to pho ?
sys/fs/msdosfs/msdosfs_vnops.c | ||
---|---|---|
1129 | I must admit that this is an exemplary case for a useless comment repeating the code. |
Unfortunately not. My plan is to ask pho@ to test the msdosfs changes together.
I agree about the comment; will try to improve it :-)
Kostik, what does Bruce say about proper SYSCTL style? Is the CTLFLAG_RW supposed to be on the first line and the indentation of the continuation lines four spaces? (Currently, the new SYSCTL's are following the style of the existing ones in this file.)