From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9403 invoked by alias); 9 Feb 2006 19:01:51 -0000 Received: (qmail 9388 invoked by uid 9572); 9 Feb 2006 19:01:50 -0000 Date: Thu, 09 Feb 2006 19:01:00 -0000 Message-ID: <20060209190150.9386.qmail@sourceware.org> From: wcheng@sourceware.org To: cluster-cvs@sources.redhat.com Subject: cluster/gfs-kernel/src/gfs ops_export.c Mailing-List: contact cluster-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: cluster-cvs-owner@sourceware.org X-SW-Source: 2006-q1/txt/msg00158.txt.bz2 List-Id: CVSROOT: /cvs/cluster Module name: cluster Branch: STABLE Changes by: wcheng@sourceware.org 2006-02-09 19:01:50 Modified files: gfs-kernel/src/gfs: ops_export.c Log message: This patch is part of fix for bugzilla 178469 where the 6th word of the nfsd file handle doesn't get correctly byte-swapped in gfs_decode_fh(). It is normally not a problem if the dentry of the file still hanging around in server's cache. However, under heavy IO, the dentry could get re-cycled and the parent info would be used to re-do lookup. We get stale file handle error as the result. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs-kernel/src/gfs/ops_export.c.diff?cvsroot=cluster&only_with_tag=STABLE&r1=1.3.6.1&r2=1.3.6.1.2.1