Re: [RESEND][PATCH 0/2] fix few root xattr bugs

2013-04-18 Thread Gregory Farnum
Thanks! I merged these into "next" (going to be Cuttlefish) in commits
f379ce37bfdcb3670f52ef47c02787f82e50e612 and
87634d882fda80c4a2e3705c83a38bdfd613763f.
-Greg
Software Engineer #42 @ http://inktank.com | http://ceph.com


On Wed, Apr 17, 2013 at 11:43 PM, Kuan Kai Chiu  wrote:
> The first patch fixes a bug that causes MDS crash while setting or removing
> xattrs on root directory.
>
> The second patch fixes another bug that root xattrs not correctly logged
> in MDS journal.
>
> Kuan Kai Chiu (2):
>   mds: fix setting/removing xattrs on root
>   mds: journal the projected root xattrs in add_root()
>
>  src/mds/Server.cc  |6 ++
>  src/mds/events/EMetaBlob.h |2 +-
>  2 files changed, 3 insertions(+), 5 deletions(-)
>
> --
> 1.7.9.5
>
> --
> To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
> the body of a message to majord...@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
--
To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[RESEND][PATCH 0/2] fix few root xattr bugs

2013-04-17 Thread Kuan Kai Chiu
The first patch fixes a bug that causes MDS crash while setting or removing 
xattrs on root directory.

The second patch fixes another bug that root xattrs not correctly logged 
in MDS journal.

Kuan Kai Chiu (2):
  mds: fix setting/removing xattrs on root
  mds: journal the projected root xattrs in add_root()

 src/mds/Server.cc  |6 ++
 src/mds/events/EMetaBlob.h |2 +-
 2 files changed, 3 insertions(+), 5 deletions(-)

-- 
1.7.9.5

--
To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html