Whamcloud - gitweb
b=602707
authorpschwan <pschwan>
Thu, 10 Oct 2002 16:47:36 +0000 (16:47 +0000)
committerpschwan <pschwan>
Thu, 10 Oct 2002 16:47:36 +0000 (16:47 +0000)
commit64d3eb81862edd649d6ead30c6e470534c208a0c
treee549e53698b9a4f5b2d1a6d5547878cec107c99c
parent7f06f2287cfc5b65f98f696af8c770985558441e
b=602707
b=620007
Fixes the ignored directory permissions bug, which was a direct cause of
the "la -la" bug.

- {push,pop}_ctxt now un-sets and re-sets CAP_DAC_OVERRIDE
- ll_lookup2 needs to be much more careful about which errors lead to a
negative dentry; I think I've gotten creations and unlinks right, but
we _so_ need a regression test that attempts a slew of error-causing
operations and verifies that we get the correct errors back.
- fix yet another ptlrpc_request-related crasher in mds/handler.c
- error during mds_reint_create is now par for the course; remove LBUG
lustre/include/linux/obd.h
lustre/ldlm/ldlm_request.c
lustre/lib/simple.c
lustre/llite/namei.c
lustre/mds/handler.c
lustre/mds/mds_reint.c