To be more compliant to IEEE Std 1003.1-2008 (“POSIX.1”)
Details
Details
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 44899 Build 41787: arc lint + arc unit
Event Timeline
| sys/kern/vfs_syscalls.c | ||
|---|---|---|
| 3959 | rmdir might have failed, but also this is not the place to do it. it should be in vop_rmdir_post | |
| sys/kern/vfs_syscalls.c | ||
|---|---|---|
| 3959 | the flag itself is only used by gjournal, so a new one would have to be introduced for this purpose (VV_UNLINKED?) | |
Comment Actions
Other than that, English LGTM. Can't vouch for content.
| lib/libc/sys/getdirentries.2 | ||
|---|---|---|
| 197 | I'd be more specific here, maybe by repeating "unlinked but still open directory". Also, while touching this area, I'd mention that getdents() has the same errno values (if it does). | |
| sys/kern/vfs_subr.c | ||
|---|---|---|
| 5980 | again you need to error check -- move it into the !rc case | |
| sys/kern/vfs_syscalls.c | ||
|---|---|---|
| 4197 | i guess __predict_false on this would not hurt | |