View 1.5.3-20080131 - Change Log
file info- category(Tag)
- root
- file name
- ccs-patch_1.5.3-20080131_-_Changes
- last update
- 2008-05-10 00:56
- type
- Plain Text
- editor
- Tetsuo Handa
- description
- 1.5.3-20080131 - Change Log
- language
- English
- translate
Fix 2008/01/15
@ Remove unused EXPORT_SYMBOL().
Mark some functions static.
@ Fix AddMountACL() rejection bug.
To my surprise, "mount --bind source dest" accepts
not only "both source and dest are directory"
but also "both source and dest are non-directory".
I was rejecting if dest is not a directory in AddMountACL().
@ Fix sleep condition check in CheckSocketRecvDatagramPermission().
It seems that correct method to use is in_atomic()
rather than in_interrupt() because in_atomic() returns nonzero
whenever scheduling is not allowed.
Version 1.5.3 2008/01/31 Minor update release.
| |