aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2/unlinked.h
diff options
context:
space:
mode:
authorBryan Ward <bcw@cs.unc.edu>2013-04-18 15:52:46 -0400
committerBryan Ward <bcw@cs.unc.edu>2013-04-18 15:52:46 -0400
commitcb71b522bb144a838b457304382d63b131695a8c (patch)
tree7f9fafb3feea4ab606944be09e6b1e83b2e251b7 /fs/gfs2/unlinked.h
parent7ef4a793a624c6e66c16ca1051847f75161f5bec (diff)
Appears to be working.wip-nested-locking
Diffstat (limited to 'fs/gfs2/unlinked.h')
0 files changed, 0 insertions, 0 deletions
span class="hl opt">; } static inline int nls_strnicmp(struct nls_table *t, const unsigned char *s1, const unsigned char *s2, int len) { while (len--) { if (nls_tolower(t, *s1++) != nls_tolower(t, *s2++)) return 1; } return 0; } #define MODULE_ALIAS_NLS(name) MODULE_ALIAS("nls_" __stringify(name)) #endif /* _LINUX_NLS_H */