Whamcloud - gitweb
A mostly-fix for "mknod /mnt/lustre/foofo p". It doesn't fail outright
authoradilger <adilger>
Thu, 18 Jul 2002 10:07:04 +0000 (10:07 +0000)
committeradilger <adilger>
Thu, 18 Jul 2002 10:07:04 +0000 (10:07 +0000)
commitcbb67d3c246f567765dc8f3aff2de400be9c9fb7
tree1f889d504c7a692c19b9d5d0611c545e7623f02e
parent4bc7f1fbca2c58d07b462f5b5b0bfb2601d01c12
A mostly-fix for "mknod /mnt/lustre/foofo p".  It doesn't fail outright
anymore (S_IFREG only for regular files), it doesn't oops (pass in
dentry->d_it to ll_create), it only complains "file already exists" after
it has already created the file.  Definitely an intent thing, but it is
too late to fix that part.

Also includes the LOV changes from today, as they don't seem to harm
the current setup (runtests finishes).
lustre/include/linux/lustre_mds.h
lustre/llite/namei.c
lustre/llite/super.c
lustre/lov/lov_obd.c
lustre/mdc/Makefile.am
lustre/mdc/mdc_request.c
lustre/mds/mds_reint.c