[PATCH AUTOSEL 4.19 107/123] cachefiles: Explicitly cast enumerated type in put_object

2018-12-05 Thread Sasha Levin
From: Nathan Chancellor [ Upstream commit b7e768b7e3522695ed36dcb48ecdcd344bd30a9b ] Clang warns when one enumerated type is implicitly converted to another. fs/cachefiles/namei.c:247:50: warning: implicit conversion from enumeration type 'enum cachefiles_obj_ref_trace' to different

[PATCH AUTOSEL 4.19 107/123] cachefiles: Explicitly cast enumerated type in put_object

2018-12-05 Thread Sasha Levin
From: Nathan Chancellor [ Upstream commit b7e768b7e3522695ed36dcb48ecdcd344bd30a9b ] Clang warns when one enumerated type is implicitly converted to another. fs/cachefiles/namei.c:247:50: warning: implicit conversion from enumeration type 'enum cachefiles_obj_ref_trace' to different