Message ID | 20150526081320.GA111779@lkp-sb04 (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On 05/26/15 10:13, kbuild test robot wrote: > > Signed-off-by: Fengguang Wu <fengguang.wu@intel.com> > --- > target_core_device.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/target/target_core_device.c b/drivers/target/target_core_device.c > index 2321884..1d309ad 100644 > --- a/drivers/target/target_core_device.c > +++ b/drivers/target/target_core_device.c > @@ -649,7 +649,7 @@ static u32 se_dev_align_max_sectors(u32 max_sectors, u32 block_size) > return aligned_max_sectors; > } > > -bool se_dev_check_wce(struct se_device *dev) > +static bool se_dev_check_wce(struct se_device *dev) > { > bool wce = false; > Since patch "target: fix DPO and FUA bit checks" removed the last user of this function, please remove this function completely instead of declaring it static. Thanks, Bart. -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/drivers/target/target_core_device.c b/drivers/target/target_core_device.c index 2321884..1d309ad 100644 --- a/drivers/target/target_core_device.c +++ b/drivers/target/target_core_device.c @@ -649,7 +649,7 @@ static u32 se_dev_align_max_sectors(u32 max_sectors, u32 block_size) return aligned_max_sectors; } -bool se_dev_check_wce(struct se_device *dev) +static bool se_dev_check_wce(struct se_device *dev) { bool wce = false;
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com> --- target_core_device.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html