Re: [PATCH v6 14/17] dax: move put_(un)locked_mapping_entry() in dax.c

2016-10-13 Thread Jan Kara
On Wed 12-10-16 16:50:19, Ross Zwisler wrote: > No functional change. > > The static functions put_locked_mapping_entry() and > put_unlocked_mapping_entry() will soon be used in error cases in > grab_mapping_entry(), so move their definitions above this function. > > Signed-off-by: Ross Zwisler

[PATCH v6 14/17] dax: move put_(un)locked_mapping_entry() in dax.c

2016-10-12 Thread Ross Zwisler
No functional change. The static functions put_locked_mapping_entry() and put_unlocked_mapping_entry() will soon be used in error cases in grab_mapping_entry(), so move their definitions above this function. Signed-off-by: Ross Zwisler --- fs/dax.c | 50 +