Re: [PATCH] fs/exofs: Remove ignored __weak attribute

2018-10-25 Thread Nathan Chancellor
On Sun, Sep 30, 2018 at 01:51:26PM -0700, Nathan Chancellor wrote: > Clang warns that the __weak attribute is going to be ignored on > g_attr_inode_data because it's not in the correct location (needs to be > after the type). > > In file included from fs/exofs/dir.c:35: > In file included from fs/

Re: [PATCH] fs/exofs: Remove ignored __weak attribute

2018-10-02 Thread Boaz Harrosh
On 30/09/18 23:51, Nathan Chancellor wrote: > Clang warns that the __weak attribute is going to be ignored on > g_attr_inode_data because it's not in the correct location (needs to be > after the type). > > In file included from fs/exofs/dir.c:35: > In file included from fs/exofs/exofs.h:41: > fs/

Re: [PATCH] fs/exofs: Remove ignored __weak attribute

2018-10-01 Thread Nick Desaulniers
On Sun, Sep 30, 2018 at 1:51 PM Nathan Chancellor wrote: > > Clang warns that the __weak attribute is going to be ignored on > g_attr_inode_data because it's not in the correct location (needs to be > after the type). > > In file included from fs/exofs/dir.c:35: > In file included from fs/exofs/ex

[PATCH] fs/exofs: Remove ignored __weak attribute

2018-09-30 Thread Nathan Chancellor
Clang warns that the __weak attribute is going to be ignored on g_attr_inode_data because it's not in the correct location (needs to be after the type). In file included from fs/exofs/dir.c:35: In file included from fs/exofs/exofs.h:41: fs/exofs/common.h:186:21: warning: 'weak' attribute only appl