[kernel] r16871 - in dists/trunk/linux-2.6/debian: . config

Bastian Blank waldi at alioth.debian.org
Sat Feb 12 09:45:31 UTC 2011


Author: waldi
Date: Sat Feb 12 09:45:30 2011
New Revision: 16871

Log:
* debian/changelog: Update.
* debian/config/config: Enable CIFS_FSCACHE and CIFS_ACL.

Modified:
   dists/trunk/linux-2.6/debian/changelog
   dists/trunk/linux-2.6/debian/config/config

Modified: dists/trunk/linux-2.6/debian/changelog
==============================================================================
--- dists/trunk/linux-2.6/debian/changelog	Sat Feb 12 09:34:56 2011	(r16870)
+++ dists/trunk/linux-2.6/debian/changelog	Sat Feb 12 09:45:30 2011	(r16871)
@@ -12,6 +12,9 @@
   * [sh4] Export cpu_core_map to fix build failure with CONFIG_SFC=m.
   * [mips/5kc-malta] Enable CONFIG_VGA_CONSOLE.
 
+  [ Bastian Blank ]
+  * Enable CIFS fscache and ACL support.
+
  -- Ben Hutchings <ben at decadent.org.uk>  Mon, 10 Jan 2011 00:39:29 +0000
 
 linux-2.6 (2.6.37-1~experimental.1) experimental; urgency=low

Modified: dists/trunk/linux-2.6/debian/config/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/config	Sat Feb 12 09:34:56 2011	(r16870)
+++ dists/trunk/linux-2.6/debian/config/config	Sat Feb 12 09:45:30 2011	(r16871)
@@ -2975,7 +2975,8 @@
 CONFIG_CIFS_POSIX=y
 # CONFIG_CIFS_DEBUG2 is not set
 CONFIG_CIFS_DFS_UPCALL=y
-# CONFIG_CIFS_FSCACHE is not set
+CONFIG_CIFS_FSCACHE=y
+CONFIG_CIFS_ACL=y
 CONFIG_CIFS_EXPERIMENTAL=y
 
 ##



More information about the Kernel-svn-changes mailing list