]> git.michaelhowe.org Git - packages/o/openafs.git/commit
Make "fs newcell" work even when there are no pre-existing cells in
authorNickolai Zeldovich <kolya@mit.edu>
Wed, 28 Aug 2002 04:53:33 +0000 (04:53 +0000)
committerGarry Zacheiss <zacheiss@mit.edu>
Wed, 28 Aug 2002 04:53:33 +0000 (04:53 +0000)
commitd3419a47695eb796f0731bf70b39182a6fee49e9
tree6a88627e96b39785b84d2dde2bebf0fca32eab0c
parentb714ade712d399dd2c28db76b6df422bcc9e675b
Make "fs newcell" work even when there are no pre-existing cells in
the kernel yet.  Previously, newcell tried to issue a GetCell pioctl
to figure out what version of the pioctl interface the kernel is
using.  Lacking such information (if the pioctl returns an error),
we now assume the newer interface.

(cherry picked from commit f840143cd6b672858e121a0fb3dea5e12cb60f84)
src/venus/fs.c