1. 15 5月, 2011 5 次提交
  2. 14 5月, 2011 1 次提交
    • L
      vfs: micro-optimize acl_permission_check() · 26cf46be
      Linus Torvalds 提交于
      It's a hot function, and we're better off not mixing types in the mask
      calculations.  The compiler just ends up mixing 16-bit and 32-bit
      operations, for no good reason.
      
      So do everything in 'unsigned int' rather than mixing 'unsigned int'
      masking with a 'umode_t' (16-bit) mode variable.
      
      This, together with the parent commit (47a150ed: "Cache user_ns in
      struct cred") makes acl_permission_check() much nicer.
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      26cf46be
  3. 12 5月, 2011 6 次提交
  4. 10 5月, 2011 22 次提交
  5. 06 5月, 2011 1 次提交
  6. 05 5月, 2011 1 次提交
  7. 04 5月, 2011 3 次提交
  8. 03 5月, 2011 1 次提交