From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Steve French" Subject: where is remount? Date: Fri, 16 May 2008 18:02:38 -0500 Message-ID: <524f69650805161602o1a49c4f4v7597b1b2a7e39f17@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit To: linux-fsdevel Return-path: Received: from fg-out-1718.google.com ([72.14.220.155]:1870 "EHLO fg-out-1718.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755395AbYEPXCl (ORCPT ); Fri, 16 May 2008 19:02:41 -0400 Received: by fg-out-1718.google.com with SMTP id 19so856602fgg.17 for ; Fri, 16 May 2008 16:02:39 -0700 (PDT) Content-Disposition: inline Sender: linux-fsdevel-owner@vger.kernel.org List-ID: Was noticing a strange ioctl coming into the cifs code when I issue "remount" on a cifs mount and was trying to trace it but although remount appears to be in the path, neither "strace" nor "which" can find a command named remount (bash command completion can, and it must exist because the command calls into mount). Is this some strange built in bash alias? I don't see it when grepping my root user's home dir. -- Thanks, Steve