ME_REMOTE

John Meyers <[email protected]> Fri, 25 Apr 2003 10:38:02 +0000
Newsgroups gmane.comp.gnu.fileutils.bugs
Message-ID <[email protected]>
#ifndef ME_REMOTE
# define ME_REMOTE(fs_name, fs_type) (strchr (fs_name, ':') != 0)
#endif

It only classifies nfs as remote.What about smbfs.I have many smbfs it is 
showing zero for smbfs .I am working around for df hangs if an nfs or 
smbfs is corupted due to machine reboots.

Is it right to interpret smbfs as remote ?