diff options
author | Gerald (Jerry) Carter <jerry@samba.org> | 2008-01-15 10:48:49 -0600 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2008-01-15 10:48:49 -0600 |
commit | 019c245ae15c7fdc414d41f64dad994337f26cf4 (patch) | |
tree | 773b18ece7a3af3c55da37475efa6abc47525bd7 | |
parent | 43ddf12ef9ed400a3116c169700244ea137e593f (diff) | |
download | samba-019c245ae15c7fdc414d41f64dad994337f26cf4.tar.gz samba-019c245ae15c7fdc414d41f64dad994337f26cf4.tar.bz2 samba-019c245ae15c7fdc414d41f64dad994337f26cf4.zip |
Update release notes for vfs_ea_rename to complete the recent merge.
(This used to be commit ef2e825e1fe5493115d2b271c2f4198e9e5b1f47)
-rw-r--r-- | WHATSNEW.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt index 86f8ad94e2..253fe260de 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -175,7 +175,7 @@ o Volker Lendecke <vl@samba.org> * Add generic a in-memory cache. * Import the Linux red-black tree implementation. * Remove large amount of global variables. - * Add vfs_ea_tdb module for file systems that do not implement xattrs. + * Add vfs_xattr_tdb module for file systems that do not implement xattrs. o Stefan Metzmacher <metze@samba.org> |