Whamcloud - gitweb
LU-4669 lmv: remove unused lmv_adjust_dirpages() 10/9810/4
authorJian Yu <jian.yu@intel.com>
Fri, 11 Jul 2014 07:01:40 +0000 (00:01 -0700)
committerOleg Drokin <oleg.drokin@intel.com>
Fri, 18 Jul 2014 00:08:37 +0000 (00:08 +0000)
commitc15a14fbeb566705a2cdd6a471da1155c7b8b444
tree9a06d062dd6b5ba315b74a1b893bfcc7512ce13a
parent517a57ca9846fbf9a09d1a54a5295f376b64d58e
LU-4669 lmv: remove unused lmv_adjust_dirpages()

This patch fixes the following compile error by removing the
dead codes: "error: 'lmv_adjust_dirpages' defined but not used".
This code was moved to mdc_adjust_dirpages() in commit 4e0c8aeb94
(http://review.whamcloud.com/7043).

Signed-off-by: Jian Yu <jian.yu@intel.com>
Change-Id: I0cc7dbb5aad50727cc4d5cc36cce964a236077a3
Reviewed-on: http://review.whamcloud.com/9810
Tested-by: Jenkins
Reviewed-by: John L. Hammond <john.hammond@intel.com>
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
Tested-by: Maloo <hpdd-maloo@intel.com>
lustre/llite/dir.c
lustre/lmv/lmv_obd.c