Re: [PATCH 2/2 v2] f2fs: support xattr security labels

2013-06-07 Thread Jaegeuk Kim
Change log from v2: o fix description and simplify a code line (commented by Casey Schaufler) Change log from v1: o fix a bug From 9f889afcd74a58d9a538fa02f4af31d11eb17c54 Mon Sep 17 00:00:00 2001 From: Jaegeuk Kim Date: Mon, 3 Jun 2013 19:46:19 +0900 Subject: [PATCH] f2fs: support xattr secur

Re: [PATCH 2/2 v2] f2fs: support xattr security labels

2013-06-07 Thread Jaegeuk Kim
2013-06-07 (금), 19:50 +0900, Namjae Jeon: > 2013/6/7, Jaegeuk Kim : > > Change log from v1: > > o fix a bug > > > > From 901aea226653e26aa3556edd88ca1e48fa89eb5f Mon Sep 17 00:00:00 2001 > > From: Jaegeuk Kim > > Date: Mon, 3 Jun 2013 19:46:19 +0900 > > Subject: [PATCH 2/2] f2fs: support xattr se

Re: [PATCH 2/2 v2] f2fs: support xattr security labels

2013-06-07 Thread Namjae Jeon
2013/6/7, Jaegeuk Kim : > Change log from v1: > o fix a bug > > From 901aea226653e26aa3556edd88ca1e48fa89eb5f Mon Sep 17 00:00:00 2001 > From: Jaegeuk Kim > Date: Mon, 3 Jun 2013 19:46:19 +0900 > Subject: [PATCH 2/2] f2fs: support xattr security labels > Cc: linux-fsde...@vger.kernel.org, linux-k

Re: [PATCH 2/2 v2] f2fs: support xattr security labels

2013-06-07 Thread Jaegeuk Kim
Change log from v1: o fix a bug From 901aea226653e26aa3556edd88ca1e48fa89eb5f Mon Sep 17 00:00:00 2001 From: Jaegeuk Kim Date: Mon, 3 Jun 2013 19:46:19 +0900 Subject: [PATCH 2/2] f2fs: support xattr security labels Cc: linux-fsde...@vger.kernel.org, linux-kernel@vger.kernel.org, linux-f2fs-de..