開發和下載開源軟體

瀏覽 1.5.3-20080131 - Change Log

category(Tag) tree

file info

category(Tag)
檔案名
ccs-patch_1.5.3-20080131_-_Changes
最後更新
2008-05-10 00:56
類型
Plain Text
editor
Tetsuo Handa
描述
1.5.3-20080131 - Change Log
語言
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.