Some very short patches as a followup to my last patches to add dynamic loading of block driver modules. The first patch removes some leftover lines from the Makefile which should have been deleted, and the other patch modularizes the NFS block driver. The NFS block driver is the only remaining protocol block driver that links to external libraries that has not been modularized (once my last patch set is applied).
Colin Lord (2): blockdev: Remove unnecessary lines from Makefile blockdev: Modularize nfs block driver Makefile | 3 --- block/Makefile.objs | 1 + configure | 4 ++-- 3 files changed, 3 insertions(+), 5 deletions(-) -- 2.5.5