change almost all uses: s/IS_DEVICE/RESOLVE_DEVICE/
authorJim Meyering <meyering@redhat.com>
Mon, 10 Aug 2009 16:51:32 +0000 (18:51 +0200)
committerJim Meyering <meyering@redhat.com>
Thu, 13 Aug 2009 12:45:33 +0000 (14:45 +0200)
Use this command:
  git grep -l -w IS_DEVICE|xargs perl -pi -e \
    's/\b(?:IS_DEVICE)\b( \(.*?,) (.*?)\)/RESOLVE_DEVICE$1 return $2)/'


No differences found