From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jun'ichi Nomura Date: Tue, 21 Aug 2007 17:25:13 -0400 Subject: [LVM2 PATCH] (4/5) Remove unused parameters from allocate_extents() Message-ID: <46CB5839.2000607@ce.jp.nec.com> List-Id: To: lvm-devel@redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit This patch removes unused 'status' parameter from allocate_extents(). Guessing from the lv_extend(), 'status' is related to lv->status. However, allocate_extents() only allocates extents. Mapping extents to LV segment is done in other functions. So the parameter seems no use in future, too. Thanks, -- Jun'ichi Nomura, NEC Corporation of America