Re: [PATCH] dm ioctl: make dm_open and dm_release release

2017-05-10 Thread Colin Ian King
On 10/05/17 10:18, Colin King wrote: > From: Colin Ian King > > Making dm_open and dm_release static fixes the sparse warnings: > > warning: symbol 'dm_open' was not declared. Should it be static? > warning: symbol 'dm_release' was not declared. Should it be static? > > Fixes: ab2c6224f4c0c ("d

[PATCH] dm ioctl: make dm_open and dm_release release

2017-05-10 Thread Colin King
From: Colin Ian King Making dm_open and dm_release static fixes the sparse warnings: warning: symbol 'dm_open' was not declared. Should it be static? warning: symbol 'dm_release' was not declared. Should it be static? Fixes: ab2c6224f4c0c ("dm: a basic support for using the select or poll func