On Thu, Oct 01, 2015 at 10:49:41PM +0200, Mikulas Patocka wrote:
>
>
> On Wed, 30 Sep 2015, Yaowei Bai wrote:
>
> > On Tue, Sep 29, 2015 at 05:03:24PM +0200, Mikulas Patocka wrote:
> > > Hi
> > >
> > > I suppose that you should remove the function new_valid_dev at all.
> >
> > Yes, i thought a
On Wed, 30 Sep 2015, Yaowei Bai wrote:
> On Tue, Sep 29, 2015 at 05:03:24PM +0200, Mikulas Patocka wrote:
> > Hi
> >
> > I suppose that you should remove the function new_valid_dev at all.
>
> Yes, i thought about that, but actually there's still a user of
> new_valid_dev in fs/stat.c:
>
>
On Tue, Sep 29, 2015 at 05:03:24PM +0200, Mikulas Patocka wrote:
> Hi
>
> I suppose that you should remove the function new_valid_dev at all.
Yes, i thought about that, but actually there's still a user of
new_valid_dev in fs/stat.c:
#define valid_dev(x) choose_32_64(old_valid_dev,new_v
Hi
I suppose that you should remove the function new_valid_dev at all.
Mikulas
On Mon, 28 Sep 2015, Yaowei Bai wrote:
> As new_valid_dev always returns 1, so !new_valid_dev check is not
> needed, remove it.
>
> Signed-off-by: Yaowei Bai
> ---
> fs/hpfs/namei.c | 2 --
> 1 file changed, 2 de
As new_valid_dev always returns 1, so !new_valid_dev check is not
needed, remove it.
Signed-off-by: Yaowei Bai
---
fs/hpfs/namei.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/fs/hpfs/namei.c b/fs/hpfs/namei.c
index 9e92c9c..ae4d5a1 100644
--- a/fs/hpfs/namei.c
+++ b/fs/hpfs/namei.c
@@ -
5 matches
Mail list logo