From: Dave Kleikamp Date: Thu, 1 Jun 2006 19:41:23 +0000 (+0000) Subject: [CIFS] Do not overwrite aops X-Git-Tag: v2.6.18-rc1~463^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=273d81d6ada951ba99f10b755d6f849dbb352730;p=pandora-kernel.git [CIFS] Do not overwrite aops cifs should not be overwriting an element of the aops structure, since the structure is shared by all cifs inodes. Instead define a separate aops structure to suit each purpose. I also took the liberty of replacing a hard-coded 4096 with PAGE_CACHE_SIZE Signed-off-by: Dave Kleikamp Signed-off-by: Steven French Signed-off-by: Andrew Morton --- Reading git-diff-tree failed