Re: [PATCH] ceph: fix a comment typo

2015-09-29 Thread Yan, Zheng
> On Sep 30, 2015, at 11:36, Geliang Tang wrote: > > Just fix a typo in the code comment. > > Signed-off-by: Geliang Tang > --- > fs/ceph/cache.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/fs/ceph/cache.c b/fs/ceph/cache.c > index 834f9f3..a4766de 100644 > ---

[PATCH] ceph: fix a comment typo

2015-09-29 Thread Geliang Tang
Just fix a typo in the code comment. Signed-off-by: Geliang Tang --- fs/ceph/cache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/ceph/cache.c b/fs/ceph/cache.c index 834f9f3..a4766de 100644 --- a/fs/ceph/cache.c +++ b/fs/ceph/cache.c @@ -88,7 +88,7 @@ static uint16_t

[PATCH] ceph: fix a comment typo

2015-09-29 Thread Geliang Tang
Just fix a typo in the code comment. Signed-off-by: Geliang Tang --- fs/ceph/cache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/ceph/cache.c b/fs/ceph/cache.c index 834f9f3..a4766de 100644 --- a/fs/ceph/cache.c +++ b/fs/ceph/cache.c @@ -88,7

Re: [PATCH] ceph: fix a comment typo

2015-09-29 Thread Yan, Zheng
> On Sep 30, 2015, at 11:36, Geliang Tang wrote: > > Just fix a typo in the code comment. > > Signed-off-by: Geliang Tang > --- > fs/ceph/cache.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/fs/ceph/cache.c