Whamcloud - gitweb
fs/lustre-release.git
19 years agob=9907
green [Sun, 11 Dec 2005 22:13:17 +0000 (22:13 +0000)]
b=9907

Fix __l_wait_event to correctly honor timeout value (broken by bug 9297 changes).

19 years agob=9794
green [Sat, 10 Dec 2005 10:19:26 +0000 (10:19 +0000)]
b=9794
r=adilger

This patch uses a fast, high-quality PRNG internal to Lustre instead of the
glibc PRNG to avoid perturbing the glibc PRNG sequence for liblustre clients.
It also uses this PRNG for some uses in the lustre core code.

Introduces ll_rand() and ll_srand() with usage similar to rand(3) and srand(3)

19 years agob=9729
brian [Fri, 9 Dec 2005 19:19:24 +0000 (19:19 +0000)]
b=9729
r=adilger
Merge the --enable-bgl changes from b1_4.

19 years agob=7283
nic [Fri, 9 Dec 2005 18:36:13 +0000 (18:36 +0000)]
b=7283
r=adilger

allow tests to handle non-default ACCEPTOR_PORT

19 years agoBranch b_release_1_4_6
adilger [Fri, 9 Dec 2005 10:32:34 +0000 (10:32 +0000)]
Branch b_release_1_4_6
Minor compile warning fix.

19 years agoBranch b_release_1_4_6
adilger [Fri, 9 Dec 2005 10:26:31 +0000 (10:26 +0000)]
Branch b_release_1_4_6
Increase the default lustre DLM LRU size based on client CPU count.
For systems that have many CPUs there is expected to be a correspondingly
higher number of files open and in use for a given node.
b=9462

19 years agoBranch b_release_1_4_6
adilger [Fri, 9 Dec 2005 00:26:07 +0000 (00:26 +0000)]
Branch b_release_1_4_6
Increase RPC tunable maximums for large Bull clients.
Does not affect default values.

19 years agoBranch b_release_1_4_6
adilger [Fri, 9 Dec 2005 00:22:22 +0000 (00:22 +0000)]
Branch b_release_1_4_6
Add comment for OBD_CONENCT_JOIN.
Avoid self-referential CROW description.
Remove large comment for OBD_CONNECT_TRUNCLOCK, it "hides" below flags.

19 years agor=adilger(original author)
green [Thu, 8 Dec 2005 18:21:13 +0000 (18:21 +0000)]
r=adilger(original author)

fix mds_get_md to recognise empty lmm for files without objects.
This fixes error messages from chown on such files.

19 years agob=9896
green [Thu, 8 Dec 2005 14:44:01 +0000 (14:44 +0000)]
b=9896

Fix recently broken test.

19 years agoBranch: b_release_1_4_6
wangdi [Thu, 8 Dec 2005 09:20:10 +0000 (09:20 +0000)]
Branch: b_release_1_4_6
log: land b1_4_join to b_release_1_4_6
r=nikita, alex, adilger

19 years agoug 9297 changelog update
green [Wed, 7 Dec 2005 20:35:01 +0000 (20:35 +0000)]
ug 9297 changelog update

19 years agob=9297
green [Wed, 7 Dec 2005 14:38:59 +0000 (14:38 +0000)]
b=9297
r=adilger

Stop sending data to evicted clients as soon as possible.

19 years agob=9826
green [Wed, 7 Dec 2005 13:40:22 +0000 (13:40 +0000)]
b=9826

Add new __craynv architecture to the list of 64bit architectures for XT3

19 years agob=9827
green [Wed, 7 Dec 2005 13:39:20 +0000 (13:39 +0000)]
b=9827

Fix declarations of ldlm_cli_enqueue, ldlm_lock_match, ldlm_resource_get and
ldlm_lock_Create to match actual function definitions
(__u32 type -> ldlm_lock_t type)

19 years agoMake CONFIG_IEEE1394_OHCI1394 a module.
brian [Wed, 7 Dec 2005 13:29:28 +0000 (13:29 +0000)]
Make CONFIG_IEEE1394_OHCI1394 a module.
Remove duplicate options.  I should have checked for these before I added the new ones at the
end of the file in the first place.
Some minor rearrangement to agree with make oldconfig.

19 years agob=5681
alex [Wed, 7 Dec 2005 10:05:36 +0000 (10:05 +0000)]
b=5681
r=adilger

 - unhash dentry before __d_rehash() in iopen_connect_dentry(). otherwise
   __d_rehash() will corrupt hash list as dentry can be already hashed
 - locking fix suse's iopen

19 years agob=9446
alex [Wed, 7 Dec 2005 09:38:06 +0000 (09:38 +0000)]
b=9446

 - don't check health of devices being stopped

19 years agob=9879
green [Tue, 6 Dec 2005 23:20:39 +0000 (23:20 +0000)]
b=9879

mds_connect_internal does not in fact need obd as its argument, because
export has it as ->exp_obd anyway.

19 years agob=9879
green [Tue, 6 Dec 2005 23:18:37 +0000 (23:18 +0000)]
b=9879
r=adilger

Move all filter compat flags checks to filter_connect_internal.
Move call to filter_connect_internal in filter connect to be earlier that
!replayable check, so that it is always executed.

19 years agob=9879
green [Tue, 6 Dec 2005 23:05:07 +0000 (23:05 +0000)]
b=9879
r=adilger

Test that we do not receive any plain lock requests from ibits-aware
clients.
Test that client and server have intersecting lock bits, and if not - server
drops IBITS compat flag. (if the flag is set and intersecting list of bits is
zero on client - just error message is issued).
We now also check that we do not return IBITS lock with sync callback to
liblustre clients.

19 years agoThis commit was manufactured by cvs2svn to create branch 'b_release_1_4_6'.
cvs2svn [Tue, 6 Dec 2005 21:16:37 +0000 (21:16 +0000)]
This commit was manufactured by cvs2svn to create branch 'b_release_1_4_6'.

19 years agoreverting test commit
green [Tue, 6 Dec 2005 21:16:36 +0000 (21:16 +0000)]
reverting test commit

19 years agotest commit
green [Tue, 6 Dec 2005 21:16:16 +0000 (21:16 +0000)]
test commit

19 years agoRe-arrange options as make oldconfig will.
brian [Tue, 6 Dec 2005 17:07:13 +0000 (17:07 +0000)]
Re-arrange options as make oldconfig will.

19 years agob=9879
green [Tue, 6 Dec 2005 12:52:08 +0000 (12:52 +0000)]
b=9879

Introduce mds_reconnect to properly update export flags during reconnect.

19 years agob=9879
green [Tue, 6 Dec 2005 10:35:59 +0000 (10:35 +0000)]
b=9879

Return error to client if it requests inode bits locks and we believe it
does not support such locks.

19 years agoRemove duplicated and conflicting options.
brian [Mon, 5 Dec 2005 18:14:40 +0000 (18:14 +0000)]
Remove duplicated and conflicting options.

19 years agoCONFIG_IEEE1394_OHCI1394 needs to be a module too.
brian [Mon, 5 Dec 2005 18:12:17 +0000 (18:12 +0000)]
CONFIG_IEEE1394_OHCI1394 needs to be a module too.

19 years agoFix 2.6 build errors after b1_4 merge
green [Mon, 5 Dec 2005 14:28:18 +0000 (14:28 +0000)]
Fix 2.6 build errors after b1_4 merge

19 years agoUpdate from b_hd_newconfig (b1_4)
green [Mon, 5 Dec 2005 12:37:10 +0000 (12:37 +0000)]
Update from b_hd_newconfig (b1_4)

19 years agoUpdated to b1_4
green [Mon, 5 Dec 2005 11:51:45 +0000 (11:51 +0000)]
Updated to b1_4

19 years agob=8001
green [Sun, 4 Dec 2005 22:54:59 +0000 (22:54 +0000)]
b=8001
r=adilger

Landing Inode bits compatibility stuff

19 years agob=9729
brian [Sat, 3 Dec 2005 00:56:29 +0000 (00:56 +0000)]
b=9729
r=+adilger
Add an --enable-bgl flag for future BGL specific tunings and disable the -m64
compiler flag checking if set.

19 years agoBranch b_release_1_4_6
adilger [Fri, 2 Dec 2005 22:35:00 +0000 (22:35 +0000)]
Branch b_release_1_4_6
We always need to send OBD_CONNECT_ACL to connect to an MDS that is mounted
with "-o acl" (even just to get the config logs, currently).
b=9771

19 years agoBranch b_release_1_4_6
adilger [Fri, 2 Dec 2005 18:14:36 +0000 (18:14 +0000)]
Branch b_release_1_4_6
Fix 2.6.12 compat code.

19 years agobranch: b_release_1_4_6
ericm [Thu, 1 Dec 2005 21:40:30 +0000 (21:40 +0000)]
branch: b_release_1_4_6
 - superblock need MS_POSIXACL flag
 - check_acl() should return -EAGAIN in case of no ACL present or not
   support ACL, to allow fall back triditional UGO checking.

19 years agobranch: b_release_1_4_6
ericm [Thu, 1 Dec 2005 21:37:28 +0000 (21:37 +0000)]
branch: b_release_1_4_6
from Andreas:
 - grain control on which kernel use which ldiskfs series

19 years agobranch: b_release_1_4_6
ericm [Thu, 1 Dec 2005 21:34:43 +0000 (21:34 +0000)]
branch: b_release_1_4_6
from Andreas:
 - fix sock_alloc() is not exported on vanilla-2.6.12

19 years agoRearrange kernel options to be the same as make oldconfig does.
brian [Thu, 1 Dec 2005 13:42:54 +0000 (13:42 +0000)]
Rearrange kernel options to be the same as make oldconfig does.

19 years agoBranch b_release_1_4_6
adilger [Thu, 1 Dec 2005 08:35:53 +0000 (08:35 +0000)]
Branch b_release_1_4_6
Fix RPM build breakage
b=9771

19 years agoBranch b_release_1_4_6
adilger [Thu, 1 Dec 2005 08:32:33 +0000 (08:32 +0000)]
Branch b_release_1_4_6
Fix compile warning in ldiskfs/proc.c

19 years agobranch: b_release_1_4_6
ericm [Thu, 1 Dec 2005 02:23:27 +0000 (02:23 +0000)]
branch: b_release_1_4_6
add missing declaration of mds_quota_interface

19 years agobranch: b_release_1_4_6
ericm [Thu, 1 Dec 2005 02:09:24 +0000 (02:09 +0000)]
branch: b_release_1_4_6
fix compile error about ACL.

19 years agoBranch b_release_1_4_6
adilger [Wed, 30 Nov 2005 21:46:23 +0000 (21:46 +0000)]
Branch b_release_1_4_6
- fix build for 2.4 UML kernels that don't have ACL support

19 years agoBranch b_release_1_4_6
adilger [Wed, 30 Nov 2005 18:51:22 +0000 (18:51 +0000)]
Branch b_release_1_4_6
- add OBD_ROCOMPAT_CROW filesystem flag on OST to prevent b1_4 servers from
  mounting such a filesystem and blowing up.  This flag is set when an MDS
  connects with OBD_CONNECT_CROW flag, as we have no idea after that if it
  is actually allocating CROW objects
- move a bunch of filesystem constants to lustre_disk.h (as in
  b1_4_mountconfig) so we don't define conflicting COMPAT flags for MDS/OST
- move MDS fs-internal definitions to mds_internal.h
- include the OST objid in the inode fid EA (in addition to the MDS fid),
  so we can recover the objects names if the parent directory is corrupted
- check for available inodes in osc_check_nospc()
b=8888

19 years agoBuild firewire as a module rather than staticly.
brian [Wed, 30 Nov 2005 18:21:58 +0000 (18:21 +0000)]
Build firewire as a module rather than staticly.
Rearrange and remove duplicate options in the rhel3-x86_64 kernel to match
what make oldconfig will do.

19 years agoBranch b_release_1_4_6
adilger [Wed, 30 Nov 2005 17:59:58 +0000 (17:59 +0000)]
Branch b_release_1_4_6
Quiet 2.4 compile warning.

19 years agoUse %{_tmppath} in the BuildRoot: rather than hardcoding /var/tmp.
brian [Tue, 29 Nov 2005 21:26:57 +0000 (21:26 +0000)]
Use %{_tmppath} in the BuildRoot: rather than hardcoding /var/tmp.
Use the newly built .config rather than the one from the build tree again.

19 years agoUse update_oldconfig.
brian [Mon, 28 Nov 2005 21:10:03 +0000 (21:10 +0000)]
Use update_oldconfig.
Protect a wildcard from shell filename expansion.

19 years agoBranch b_release_1_4_6
adilger [Fri, 25 Nov 2005 22:03:04 +0000 (22:03 +0000)]
Branch b_release_1_4_6
Fix typo in filename.

19 years agoProtect the * from shell expansion producing:
brian [Fri, 25 Nov 2005 20:56:36 +0000 (20:56 +0000)]
Protect the * from shell expansion producing:

19 years agoThis commit was manufactured by cvs2svn to create branch 'b_release_1_4_6'.
cvs2svn [Fri, 25 Nov 2005 16:50:49 +0000 (16:50 +0000)]
This commit was manufactured by cvs2svn to create branch 'b_release_1_4_6'.

19 years agoRemove the debugging flag to greatly reduce output.
brian [Fri, 25 Nov 2005 16:50:48 +0000 (16:50 +0000)]
Remove the debugging flag to greatly reduce output.
Add an alternate expression for 2.4's make oldconfig.

19 years agoBranch b_release_1_4_6
adilger [Fri, 25 Nov 2005 13:27:45 +0000 (13:27 +0000)]
Branch b_release_1_4_6
Add patches from Bull for 2.6.12 kernel into CVS.
r=pbojanic

19 years agob_release_1_4_6_rhel3_37 needs it's parents portals/lnet.
brian [Wed, 23 Nov 2005 21:15:05 +0000 (21:15 +0000)]
b_release_1_4_6_rhel3_37 needs it's parents portals/lnet.
Support rhel3 kernel SRPM unpacking/tarball building.
lbuild can use a local SRPM.
Whitespace cleanup.

19 years agob=9682
brian [Wed, 23 Nov 2005 17:39:06 +0000 (17:39 +0000)]
b=9682
r=adilger
Land RHEL3-37 update kernel support.

19 years agoLand b1_4_merge_ptlrpc onto b_release_1_4_6 (20051119_2035)
lsy [Sat, 19 Nov 2005 15:32:38 +0000 (15:32 +0000)]
Land b1_4_merge_ptlrpc onto b_release_1_4_6 (20051119_2035)

19 years agob=9358
brian [Fri, 18 Nov 2005 18:15:48 +0000 (18:15 +0000)]
b=9358
r=adilger
Land RHEL4-22 kernel changes to the 1.4.6 release branch for inclusion in beta2.
- includes enabling firewire support on all platforms to enable use of shared
firewire drives.

19 years ago- added missed swab of body->mode
yury [Fri, 18 Nov 2005 11:17:40 +0000 (11:17 +0000)]
- added missed swab of body->mode

19 years agoreformat and cleanup don't mix
nic [Wed, 16 Nov 2005 22:19:13 +0000 (22:19 +0000)]
reformat and cleanup don't mix

19 years agofile lustre_ver.h.in was initially added on branch b1_4.
green [Wed, 16 Nov 2005 12:40:20 +0000 (12:40 +0000)]
file lustre_ver.h.in was initially added on branch b1_4.

19 years agob=7417
green [Wed, 16 Nov 2005 12:39:39 +0000 (12:39 +0000)]
b=7417
r=adilger

Introduce version exchange between servers and clients and ability to issue
warnings on old clients and refusal to accept old liblustre clients.

19 years agoBranch b1_4_join
wangdi [Wed, 16 Nov 2005 07:17:39 +0000 (07:17 +0000)]
Branch b1_4_join
update from b_release_1_4_6.

19 years agoUpdate for release 1.4.5.94, a.k.a. 1.4.6 beta1.
brian [Wed, 9 Nov 2005 23:03:10 +0000 (23:03 +0000)]
Update for release 1.4.5.94, a.k.a. 1.4.6 beta1.

19 years agoAdd kabi script to CVS.
gord [Wed, 9 Nov 2005 20:47:25 +0000 (20:47 +0000)]
Add kabi script to CVS.

19 years agobranch: b_release_1_4_6
ericm [Wed, 9 Nov 2005 19:32:30 +0000 (19:32 +0000)]
branch: b_release_1_4_6
add back acl test scripts which were missing in landing for unknown reason.

19 years ago- removed not used var in pinger.
yury [Wed, 9 Nov 2005 13:28:01 +0000 (13:28 +0000)]
- removed not used var in pinger.
- make filter_preprw_read() do not complain about not existing OSt object, as it nicely handles that case.

19 years agofix previous wrong assertion.
niu [Wed, 9 Nov 2005 09:49:27 +0000 (09:49 +0000)]
fix previous wrong assertion.
b: 6027

19 years ago- fixes in CROW related tests (15*)
yury [Wed, 9 Nov 2005 08:13:37 +0000 (08:13 +0000)]
- fixes in CROW related tests (15*)

19 years agoadd more debug message.
niu [Wed, 9 Nov 2005 07:48:29 +0000 (07:48 +0000)]
add more debug message.
b: 6027

19 years agodon't compile quota in 2.4
niu [Wed, 9 Nov 2005 04:05:57 +0000 (04:05 +0000)]
don't compile quota in 2.4

19 years ago- returned to original schema (using PING_INTERVAL) of checking if some exports need...
yury [Tue, 8 Nov 2005 16:35:41 +0000 (16:35 +0000)]
- returned to original schema (using PING_INTERVAL) of checking if some exports need to be evicted on server side.

19 years ago- different fixes from Andreas and me:
yury [Tue, 8 Nov 2005 13:31:15 +0000 (13:31 +0000)]
- different fixes from Andreas and me:
  - do nothing in ptlrpc_statfs_interpret() if rc != 0

  - update obd->obd_osfs_age in ptlrpc_statfs_interpret() to make all obd_statfs() users do not emmit not needed RPCs if statfs ping is just handled out and fresh stat info is in here.

  - make ptlrpc_update_next_ping() not inlined function as it makes it easy to debug and it is not needed to be inlined there from perf. POV.

  - removed not needed lwi init in loop over all pingable imports in ping thread.
  - fixed updating imp->imp_next_ping for non-CROW-able imports. Thus, they are not pinged again.

19 years agodisable quota build for 2.4
niu [Tue, 8 Nov 2005 02:39:49 +0000 (02:39 +0000)]
disable quota build for 2.4

19 years agob1_4_rhel4_22 has been re-parented to b_release_1_4_6 so it should use the
brian [Mon, 7 Nov 2005 21:50:32 +0000 (21:50 +0000)]
b1_4_rhel4_22 has been re-parented to b_release_1_4_6 so it should use the
b_release_1_4_6 lnet/portals.
s/^I/        /g

19 years ago- fixes, improvemtns, more verbosity.
yury [Sun, 6 Nov 2005 15:27:19 +0000 (15:27 +0000)]
- fixes, improvemtns, more verbosity.

19 years agob=9646
phil [Sat, 5 Nov 2005 07:32:43 +0000 (07:32 +0000)]
b=9646
update error message to refer to knowledge base

19 years agoimprove test8
niu [Fri, 4 Nov 2005 06:48:50 +0000 (06:48 +0000)]
improve test8

19 years agoimprove cfs_user_write() for quota
niu [Fri, 4 Nov 2005 06:35:46 +0000 (06:35 +0000)]
improve cfs_user_write() for quota

19 years agoland b1_4_quota (20051104_1137)
niu [Fri, 4 Nov 2005 05:46:41 +0000 (05:46 +0000)]
land b1_4_quota (20051104_1137)

19 years ago- changes about handling CROW flag. URGENT is removed and all create calls are urgent...
yury [Thu, 3 Nov 2005 11:28:28 +0000 (11:28 +0000)]
- changes about handling CROW flag. URGENT is removed and all create calls are urgent if not CROW is specified.

19 years agoBranch b_release_1_4_6
adilger [Thu, 3 Nov 2005 01:00:33 +0000 (01:00 +0000)]
Branch b_release_1_4_6
Update build version to 1.4.5.93 to avoid re-using this version for
the b_release_4_6 branch.

19 years agoFix timed_run() so that it returns success when it's child does not time out.
brian [Wed, 2 Nov 2005 21:21:37 +0000 (21:21 +0000)]
Fix timed_run() so that it returns success when it's child does not time out.
Bomb out of lmake if the update_oldconfig times out.

19 years agoI thought this would make expect more efficient, reducing the size of the
brian [Wed, 2 Nov 2005 21:20:08 +0000 (21:20 +0000)]
I thought this would make expect more efficient, reducing the size of the
buffer that it had to match in but perhaps this is causing the mysterious
hangs.

19 years agoMake sure update_oldconfig does not hang the whole works.
brian [Wed, 2 Nov 2005 17:53:51 +0000 (17:53 +0000)]
Make sure update_oldconfig does not hang the whole works.

19 years agoExpect debugging to see what is hanging it up.
brian [Wed, 2 Nov 2005 14:21:51 +0000 (14:21 +0000)]
Expect debugging to see what is hanging it up.

19 years ago- fixes, comments and cleanups:
yury [Wed, 2 Nov 2005 13:14:18 +0000 (13:14 +0000)]
- fixes, comments and cleanups:

  - fixed test 34c from sanity.sh. It has two sub-bugs:

   (1) when reg file is created by mknod and did not open as reg file, it has no lsm and has no OST object. I nthis case truncate path should set i_size into inode on MDS. This ws done correctly, but i_size was not returned corectly to client after that as mds_reint_setattr() had bug with setting body->valid |= SIZE for that case (comment added).
   (2) later, in the same test, when file was opened and lsm created, MDS sent setattr RPC to OST to pass its inode attrs. As there was o_flags set to CROW, filter_setattr_internal() was confused and called fsfilt_iocontrol() instead of fsfilt_setattr(). Thus inode size was not set correctly and 0 was returned to client whereas MDS inode size should have been returned instead.

  - in filter_preprw_read() more fixes about handling unexisting object. No -ENOENT should be returned and everythign should be done like object exists, but its size is 0 (thanks to Niu for catching this out).

19 years agor=nic
brian [Tue, 1 Nov 2005 22:17:05 +0000 (22:17 +0000)]
r=nic

Build in the RPM _tmpdir.
Get the .config from the one just used -- it might contain differences from
the one supplied by Lustre -- for new options.

19 years agofixing terminology inconsistency.
nkj [Tue, 1 Nov 2005 17:41:45 +0000 (17:41 +0000)]
fixing terminology inconsistency.

19 years agoI've updated the lfs.1 manpage to reflect the updated documentation in the lfs.lyx...
nkj [Tue, 1 Nov 2005 16:22:56 +0000 (16:22 +0000)]
I've updated the lfs.1 manpage to reflect the updated documentation in the lfs.lyx file. This includes 'lfs check' and 'lfs osts'.

commit to b_release_1_4_6

19 years agoDon't log the output of the make oldconfig. The expect script displays what
brian [Tue, 1 Nov 2005 14:28:58 +0000 (14:28 +0000)]
Don't log the output of the make oldconfig.  The expect script displays what
new values needed setting and what they were set to.

19 years ago- fixes in filter_preprw_read() for case when OST object is not yet allocated.
yury [Tue, 1 Nov 2005 12:55:24 +0000 (12:55 +0000)]
- fixes in filter_preprw_read() for case when OST object is not yet allocated.

19 years ago- fixed parent locking in filter_create_object(). Parent should be unlocked after...
yury [Tue, 1 Nov 2005 09:16:21 +0000 (09:16 +0000)]
- fixed parent locking in filter_create_object(). Parent should be unlocked after child's inode fid EA is stored and transaction committed. Otherwise concurrent thread might access child object which is not realy ready (no fid EA)

19 years ago- removed incorrect check in filter_lvbo_init().
yury [Tue, 1 Nov 2005 08:31:17 +0000 (08:31 +0000)]
- removed incorrect check in filter_lvbo_init().

19 years ago- changes about obd_statfs ->os_state and ->os_spare* fields
yury [Mon, 31 Oct 2005 16:38:06 +0000 (16:38 +0000)]
- changes about obd_statfs ->os_state and ->os_spare* fields

19 years agoNeed to include update_oldconfig in the dist tarball.
brian [Mon, 31 Oct 2005 16:04:06 +0000 (16:04 +0000)]
Need to include update_oldconfig in the dist tarball.

19 years agoAn expect script to interact with make oldconfig answering questions for new
brian [Mon, 31 Oct 2005 04:20:07 +0000 (04:20 +0000)]
An expect script to interact with make oldconfig answering questions for new
config values conservatively (m for moduleable code, n for all else).
When a new item is added by make oldconfig, QA should get notified and the
kernel-meister is responsible for getting the kernel_configs updated with
appropriate answers for the new values.

19 years ago- landing CROW stuff.
yury [Sun, 30 Oct 2005 11:17:58 +0000 (11:17 +0000)]
- landing CROW stuff.

b=8888

r=adilger
r=nikita
r=bzzz
r=niu

19 years agoland b1_4_acl on b_release_1_4_6: add Posix ACL support.
ericm [Fri, 28 Oct 2005 23:18:05 +0000 (23:18 +0000)]
land b1_4_acl on b_release_1_4_6: add Posix ACL support.