From: Sage Weil Date: Mon, 8 Nov 2010 15:28:52 +0000 (-0800) Subject: ceph: fix uid/gid on resent mds requests X-Git-Tag: v2.6.37-rc3~2^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb4276cca4695670916a82e359f2e3776f0a9138;p=pandora-kernel.git ceph: fix uid/gid on resent mds requests MDS requests can be rebuilt and resent in non-process context, but were filling in uid/gid from current_fsuid/gid. Put that information in the request struct on request setup. This fixes incorrect (and root) uid/gid getting set for requests that are forwarded between MDSs, usually due to metadata migrations. Signed-off-by: Sage Weil --- Reading git-diff-tree failed