This contains snapshots of the official bitkeeper development tree for the cifs
vfs project (bk://cifs.bkbits.net/linux-2.5cifs).  To compile this requires
fairly current linux-2.6.

The files included here are replacements for the fs/cifs directory.  Some of the
optional features may require minor updates to fs/Kconfig to enable new cifs
configuration options (if any) on older kernel versions. The file fs/Kconfig is not
included here. As an alternative to updating fs/Kconfig (if any optional cifs
configure options are added that are not present in your kernel) you can simply 
add the corresponding #define for the feature e.g. adding in fs/cifs/cifsglob.h  
#define CONFIG_CIFS_XATTR 1
in order to enable the new xattr support in cifs
