From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2828 invoked by alias); 9 Feb 2006 19:54:12 -0000 Received: (qmail 2811 invoked by uid 9572); 9 Feb 2006 19:54:11 -0000 Date: Thu, 09 Feb 2006 19:54:00 -0000 Message-ID: <20060209195411.2809.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/msg00160.txt.bz2 List-Id: CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL4U3 Changes by: wcheng@sourceware.org 2006-02-09 19:54:11 Modified files: gfs-kernel/src/gfs: ops_export.c Log message: Bugzilla 178469 - fix byteswapping filehandle in gfs_decode_fh(). This 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=RHEL4U3&r1=1.3&r2=1.3.10.1